Add nodes for the A53 clocks and apcs, so that the driver
can probe and register the clocks.

Signed-off-by: Georgi Djakov <georgi.dja...@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi 
b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index fd4813e9696b..14cb08cd59af 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -320,6 +320,18 @@
                        reg = <0x1800000 0x80000>;
                };
 
+               apcs: syscon@b011000 {
+                       compatible = "syscon";
+                       reg = <0x0b011000 0x1000>;
+               };
+
+               a53cc: qcom,a53cc@0b016000 {
+                       compatible = "qcom,clock-a53-msm8916";
+                       reg = <0x0b016000 0x40>;
+                       #clock-cells = <1>;
+                       qcom,apcs = <&apcs>;
+               };
+
                blsp1_uart2: serial@78b0000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0x78b0000 0x200>;
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to