arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry
authorThara Gopinath <thara.gopinath@linaro.org>
Wed, 4 Aug 2021 13:28:47 +0000 (09:28 -0400)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 4 Aug 2021 20:07:02 +0000 (15:07 -0500)
CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
cpu0_opp_table. Use the correct value 768000000 hz.

Fixes: 2b6187abafea ("arm64: dts: qcom: sm8150: Add CPU opp tables")
Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210804132847.2503269-1-thara.gopinath@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 6f4cc9d..f8d3725 100644 (file)
                };
 
                cpu0_opp6: opp-768000000 {
-                       opp-hz = /bits/ 64 <576000000>;
+                       opp-hz = /bits/ 64 <768000000>;
                        opp-peak-kBps = <1804000 19660800>;
                };