From: Dmitry Baryshkov Date: Thu, 23 Jun 2022 12:04:16 +0000 (+0300) Subject: ARM: dts: qcom: msm8960: add clocks to the GCC device node X-Git-Tag: v6.1-rc1~154^2~10^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80787e417f3058c6ea59af726e803ca307b67867;p=thirdparty%2Flinux.git ARM: dts: qcom: msm8960: add clocks to the GCC device node As we are converting this platform to use DT clock bindings, add clocks and clock-names properties to the GCC device tree node. Signed-off-by: Dmitry Baryshkov Tested-by: David Heidelberg # tested on Nexus 7 (2013) Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220623120418.250589-14-dmitry.baryshkov@linaro.org --- diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi index 5aa9895776115..38dd52cdaf60e 100644 --- a/arch/arm/boot/dts/qcom-msm8960.dtsi +++ b/arch/arm/boot/dts/qcom-msm8960.dtsi @@ -3,6 +3,7 @@ #include #include +#include #include #include @@ -56,7 +57,7 @@ }; clocks { - cxo_board { + cxo_board: cxo_board { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <19200000>; @@ -130,6 +131,10 @@ #power-domain-cells = <1>; #reset-cells = <1>; reg = <0x900000 0x4000>; + clocks = <&cxo_board>, + <&pxo_board>, + <&lcc PLL4>; + clock-names = "cxo", "pxo", "pll4"; }; lcc: clock-controller@28000000 {