Commit 5969d329 authored by Steev Klimaszewski's avatar Steev Klimaszewski Committed by Bjorn Andersson

arm64: dts: qcom: sc8280xp: add missing 300MHz

When booting a Thinkpad x13s, we see the message

[    0.997647] cpu cpu0: failed to update OPP for freq=300000

So, lets add in 300MHz to make it happy
Signed-off-by: default avatarSteev Klimaszewski <steev@kali.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220718225714.8074-1-steev@kali.org
parent 5b7e3499
...@@ -36,6 +36,9 @@ cpu0_opp_table: cpu0-opp-table { ...@@ -36,6 +36,9 @@ cpu0_opp_table: cpu0-opp-table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
};
opp-403200000 { opp-403200000 {
opp-hz = /bits/ 64 <403200000>; opp-hz = /bits/ 64 <403200000>;
}; };
......
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