Commit ce3b50cf authored by Thara Gopinath's avatar Thara Gopinath Committed by Bjorn Andersson

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

CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
cpu0_opp_table. Use the correct value 768000000 hz.

Fixes: 2b6187ab ("arm64: dts: qcom: sm8150: Add CPU opp tables")
Signed-off-by: default avatarThara Gopinath <thara.gopinath@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210804132847.2503269-1-thara.gopinath@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent b9650a9e
......@@ -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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment