arm64: dts: qcom: msm8916: Add clock properties to the APCS node
authorGeorgi Djakov <georgi.djakov@linaro.org>
Mon, 5 Feb 2018 14:46:50 +0000 (16:46 +0200)
committerAndy Gross <andy.gross@linaro.org>
Fri, 9 Mar 2018 00:31:15 +0000 (18:31 -0600)
There are clock controller registers in the APCS block, which purpose
is to control the main CPU mux and divider. Add the clock properties as
part of the APCS device-tree node.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 5414f53..4539571 100644 (file)
                        compatible = "qcom,msm8916-apcs-kpss-global", "syscon";
                        reg = <0xb011000 0x1000>;
                        #mbox-cells = <1>;
+                       clocks = <&a53pll>;
+                       #clock-cells = <0>;
                };
 
                blsp1_uart2: serial@78b0000 {