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: Steev Klimaszewski <steev@kali.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220718225714.8074-1-steev@kali.org
This commit is contained in:
Steev Klimaszewski 2022-07-18 17:57:14 -05:00 committed by Bjorn Andersson
parent 5b7e3499e3
commit 5969d3290f
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
compatible = "operating-points-v2";
opp-shared;
opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
};
opp-403200000 {
opp-hz = /bits/ 64 <403200000>;
};