linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc8280xp: add missing 300MHz
@ 2022-07-18 22:57 Steev Klimaszewski
  2022-07-19  4:48 ` (subset) " Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Steev Klimaszewski @ 2022-07-18 22:57 UTC (permalink / raw)
  Cc: Steev Klimaszewski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, linux-arm-msm, devicetree,
	linux-kernel

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>
---
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index 12267feb2fc5..49ea8b5612fc 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -36,6 +36,9 @@ cpu0_opp_table: cpu0-opp-table {
 		compatible = "operating-points-v2";
 		opp-shared;
 
+		opp-300000000 {
+			opp-hz = /bits/ 64 <300000000>;
+		};
 		opp-403200000 {
 			opp-hz = /bits/ 64 <403200000>;
 		};
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: (subset) [PATCH] arm64: dts: qcom: sc8280xp: add missing 300MHz
  2022-07-18 22:57 [PATCH] arm64: dts: qcom: sc8280xp: add missing 300MHz Steev Klimaszewski
@ 2022-07-19  4:48 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-07-19  4:48 UTC (permalink / raw)
  To: steev
  Cc: robh+dt, linux-arm-msm, linux-kernel, Andy Gross, devicetree,
	Konrad Dybcio, krzysztof.kozlowski+dt

On Mon, 18 Jul 2022 17:57:14 -0500, Steev Klimaszewski wrote:
> 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
> 
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: qcom: sc8280xp: add missing 300MHz
      commit: 5969d3290fb5daaa40446c8610b1fbbb78ff42dd

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-19  4:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 22:57 [PATCH] arm64: dts: qcom: sc8280xp: add missing 300MHz Steev Klimaszewski
2022-07-19  4:48 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).