diff options
author | Dmitry Baryshkov <[email protected]> | 2022-06-23 15:04:17 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-09-13 21:58:52 -0500 |
commit | f79742da254e47d38ea934813fb44a91aa834ee9 (patch) | |
tree | 46f7fdd966be06838fb8293f9c5d8e7176807595 | |
parent | 80787e417f3058c6ea59af726e803ca307b67867 (diff) |
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 <[email protected]>
Tested-by: David Heidelberg <[email protected]> # tested on Nexus 7 (2013)
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 8d33d4004be5..942aa2278355 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -861,6 +861,22 @@ #clock-cells = <1>; #power-domain-cells = <1>; #reset-cells = <1>; + clocks = <&pxo_board>, + <&gcc PLL3>, + <&gcc PLL8_VOTE>, + <&dsi0_phy 1>, + <&dsi0_phy 0>, + <0>, + <0>, + <0>; + clock-names = "pxo", + "pll3", + "pll8_vote", + "dsi1pll", + "dsi1pllbyte", + "dsi2pll", + "dsi2pllbyte", + "hdmipll"; }; l2cc: clock-controller@2011000 { |