arm64: dts: qcom: ipq8074: add A53 PLL node
authorRobert Marko <robimarko@gmail.com>
Thu, 18 Aug 2022 22:06:28 +0000 (00:06 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:16:43 +0000 (13:16 -0500)
Add the required node for A53 PLL which will be used to provide the CPU
clock via APCS for APSS scaling.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220818220628.339366-9-robimarko@gmail.com
arch/arm64/boot/dts/qcom/ipq8074.dtsi

index a47acf9bdf24f1c22f086aee7855f48c03d8bb30..51815d0861d4d4534a3f4bc7e8a6976155525bc5 100644 (file)
                        #mbox-cells = <1>;
                };
 
+               a53pll: clock@b116000 {
+                       compatible = "qcom,ipq8074-a53pll";
+                       reg = <0x0b116000 0x40>;
+                       #clock-cells = <0>;
+                       clocks = <&xo>;
+                       clock-names = "xo";
+               };
+
                timer@b120000 {
                        #address-cells = <1>;
                        #size-cells = <1>;