arm64: dts: msm8916: remove bogus argument to the cpu clock
authorNiklas Cassel <niklas.cassel@linaro.org>
Thu, 24 Jan 2019 12:45:08 +0000 (13:45 +0100)
committerAndy Gross <andy.gross@linaro.org>
Wed, 6 Feb 2019 21:51:58 +0000 (15:51 -0600)
The apcs node has #clock-cells = <0>, which means that those who
references it should specify 0 arguments.

The apcs reference in the cpu node incorrectly specifies an argument,
remove this bogus argument.

Fixes: 65afdf458360 ("arm64: dts: qcom: msm8916: Add CPU frequency scaling support")
Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index c5348c3da5a2d3cd4c5f32cb740742ac976c1be3..60afbf1bab8f69604aa115ae677760dc09449b6a 100644 (file)
                        next-level-cache = <&L2_0>;
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SPC>;
-                       clocks = <&apcs 0>;
+                       clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        #cooling-cells = <2>;
                };
                        next-level-cache = <&L2_0>;
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SPC>;
-                       clocks = <&apcs 0>;
+                       clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        #cooling-cells = <2>;
                };
                        next-level-cache = <&L2_0>;
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SPC>;
-                       clocks = <&apcs 0>;
+                       clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        #cooling-cells = <2>;
                };
                        next-level-cache = <&L2_0>;
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SPC>;
-                       clocks = <&apcs 0>;
+                       clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        #cooling-cells = <2>;
                };