Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: msm8996: correct MMCC clocks order

Re-order the clocks for MMCC clock controller node to match the bindings (Linux
driver takes by name):

msm8996-mtp.dtb: clock-controller@8c0000: clock-names:1: 'gpll0' was expected
msm8996-mtp.dtb: clock-controller@8c0000: clock-names:2: 'gcc_mmss_noc_cfg_ahb_clk' was expected

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230507174516.264936-2-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
3e8188b4 9903258a

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/msm8996.dtsi
··· 887 887 #power-domain-cells = <1>; 888 888 reg = <0x008c0000 0x40000>; 889 889 clocks = <&xo_board>, 890 - <&gcc GCC_MMSS_NOC_CFG_AHB_CLK>, 891 890 <&gcc GPLL0>, 891 + <&gcc GCC_MMSS_NOC_CFG_AHB_CLK>, 892 892 <&dsi0_phy 1>, 893 893 <&dsi0_phy 0>, 894 894 <&dsi1_phy 1>, 895 895 <&dsi1_phy 0>, 896 896 <&hdmi_phy>; 897 897 clock-names = "xo", 898 - "gcc_mmss_noc_cfg_ahb_clk", 899 898 "gpll0", 899 + "gcc_mmss_noc_cfg_ahb_clk", 900 900 "dsi0pll", 901 901 "dsi0pllbyte", 902 902 "dsi1pll",