diff mbox series

[RESEND] arm64: dts: msm8916: remove bogus argument to the cpu clock

Message ID 20190124124508.6541-1-niklas.cassel@linaro.org
State Accepted
Commit e4f045ef38e61ba37aa4afc916fce4fc1b37aa19
Headers show
Series [RESEND] arm64: dts: msm8916: remove bogus argument to the cpu clock | expand

Commit Message

Niklas Cassel Jan. 24, 2019, 12:45 p.m. UTC
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>

---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.19.1

Comments

Amit Kucheria Jan. 24, 2019, 2:53 p.m. UTC | #1
On Thu, Jan 24, 2019 at 6:15 PM Niklas Cassel <niklas.cassel@linaro.org> wrote:
>

> 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>


> ---

>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++----

>  1 file changed, 4 insertions(+), 4 deletions(-)

>

> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi

> index d302d8d639a1..e4bfd47178b1 100644

> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi

> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi

> @@ -111,7 +111,7 @@

>                         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>;

>                 };

> @@ -123,7 +123,7 @@

>                         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>;

>                 };

> @@ -135,7 +135,7 @@

>                         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>;

>                 };

> @@ -147,7 +147,7 @@

>                         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>;

>                 };

> --

> 2.19.1

>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index d302d8d639a1..e4bfd47178b1 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -111,7 +111,7 @@ 
 			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>;
 		};
@@ -123,7 +123,7 @@ 
 			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>;
 		};
@@ -135,7 +135,7 @@ 
 			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>;
 		};
@@ -147,7 +147,7 @@ 
 			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>;
 		};