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

ARM: dts: qcom: apq8064: 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-15-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
f79742da 80787e41

+16
+16
arch/arm/boot/dts/qcom-apq8064.dtsi
··· 861 861 #clock-cells = <1>; 862 862 #power-domain-cells = <1>; 863 863 #reset-cells = <1>; 864 + clocks = <&pxo_board>, 865 + <&gcc PLL3>, 866 + <&gcc PLL8_VOTE>, 867 + <&dsi0_phy 1>, 868 + <&dsi0_phy 0>, 869 + <0>, 870 + <0>, 871 + <0>; 872 + clock-names = "pxo", 873 + "pll3", 874 + "pll8_vote", 875 + "dsi1pll", 876 + "dsi1pllbyte", 877 + "dsi2pll", 878 + "dsi2pllbyte", 879 + "hdmipll"; 864 880 }; 865 881 866 882 l2cc: clock-controller@2011000 {