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

ARM: dts: qcom: msm8960: add clocks to the MMCC device node

As we are converting this platform to use DT clock bindings, add clocks
and clock-names properties to the MMCC device tree node.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tested-by: David Heidelberg <david@ixit.cz> # tested on Nexus 7 (2013)
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220623120418.250589-16-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
2e312b34 f79742da

+16
+16
arch/arm/boot/dts/qcom-msm8960.dtsi
··· 164 164 #clock-cells = <1>; 165 165 #power-domain-cells = <1>; 166 166 #reset-cells = <1>; 167 + clocks = <&pxo_board>, 168 + <&gcc PLL3>, 169 + <&gcc PLL8_VOTE>, 170 + <0>, 171 + <0>, 172 + <0>, 173 + <0>, 174 + <0>; 175 + clock-names = "pxo", 176 + "pll3", 177 + "pll8_vote", 178 + "dsi1pll", 179 + "dsi1pllbyte", 180 + "dsi2pll", 181 + "dsi2pllbyte", 182 + "hdmipll"; 167 183 }; 168 184 169 185 l2cc: clock-controller@2011000 {