diff mbox series

arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry

Message ID 20210804132847.2503269-1-thara.gopinath@linaro.org (mailing list archive)
State Accepted
Headers show
Series arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry | expand

Commit Message

Thara Gopinath Aug. 4, 2021, 1:28 p.m. UTC
CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
cpu0_opp_table. Use the correct value 768000000 hz.

Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Konrad Dybcio Aug. 4, 2021, 7:52 p.m. UTC | #1
On 04.08.2021 15:28, Thara Gopinath wrote:
> CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
> cpu0_opp_table. Use the correct value 768000000 hz.
>
> Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>


> ---
>  arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> index cbf0d8d7d76d..5e6471e5e2fc 100644
> --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> @@ -319,7 +319,7 @@ cpu0_opp5: opp-672000000 {
>  		};
>  
>  		cpu0_opp6: opp-768000000 {
> -			opp-hz = /bits/ 64 <576000000>;
> +			opp-hz = /bits/ 64 <768000000>;
>  			opp-peak-kBps = <1804000 19660800>;
>  		};
>  
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index cbf0d8d7d76d..5e6471e5e2fc 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -319,7 +319,7 @@  cpu0_opp5: opp-672000000 {
 		};
 
 		cpu0_opp6: opp-768000000 {
-			opp-hz = /bits/ 64 <576000000>;
+			opp-hz = /bits/ 64 <768000000>;
 			opp-peak-kBps = <1804000 19660800>;
 		};