Skip to content

Commit

Permalink
arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry
Browse files Browse the repository at this point in the history
CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
cpu0_opp_table. Use the correct value 768000000 hz.

Fixes: 2b6187a ("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>
  • Loading branch information
Thara Gopinath authored and Bjorn Andersson committed Aug 4, 2021
1 parent b9650a9 commit ce3b50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8150.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
};

cpu0_opp6: opp-768000000 {
opp-hz = /bits/ 64 <576000000>;
opp-hz = /bits/ 64 <768000000>;
opp-peak-kBps = <1804000 19660800>;
};

Expand Down

0 comments on commit ce3b50c

Please sign in to comment.