devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: qrb5165-rb5: Disable cpuidle states
@ 2022-10-18 14:53 Amit Pundir
  2022-10-19 11:57 ` Ulf Hansson
  0 siblings, 1 reply; 11+ messages in thread
From: Amit Pundir @ 2022-10-18 14:53 UTC (permalink / raw)
  To: Sudeep Holla, Ulf Hansson, Bjorn Andersson, Andy Gross,
	Maulik Shah, Dmitry Baryshkov, Rob Herring, Konrad Dybcio,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, dt, lkml

Disable cpuidle states for RB5. These cpuidle states
made the device highly unstable and it runs into the
following crash frequently:

[    T1] vreg_l11c_3p3: failed to enable: -ETIMEDOUT
[    T1] qcom-rpmh-regulator 18200000.rsc:pm8150l-rpmh-regulators: ldo11: devm_regulator_register() failed, ret=-110
[    T1] qcom-rpmh-regulator: probe of 18200000.rsc:pm8150l-rpmh-regulators failed with error -110

Fixes: 32bc936d7321 ("arm64: dts: qcom: sm8250: Add cpuidle states")
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
---
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
index cc003535a3c5..f936c41bfbea 100644
--- a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
+++ b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
@@ -251,6 +251,14 @@ qca639x: qca639x {
 
 };
 
+&LITTLE_CPU_SLEEP_0 {
+	status = "disabled";
+};
+
+&BIG_CPU_SLEEP_0 {
+	status = "disabled";
+};
+
 &adsp {
 	status = "okay";
 	firmware-name = "qcom/sm8250/adsp.mbn";
-- 
2.25.1


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

end of thread, other threads:[~2022-10-25 12:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18 14:53 [PATCH] arm64: dts: qcom: qrb5165-rb5: Disable cpuidle states Amit Pundir
2022-10-19 11:57 ` Ulf Hansson
2022-10-19 15:34   ` Amit Pundir
2022-10-20  9:30   ` Sudeep Holla
2022-10-20 14:08     ` Amit Pundir
2022-10-20 14:40       ` Ulf Hansson
2022-10-20 15:33         ` Amit Pundir
2022-10-20 16:16         ` Sudeep Holla
2022-10-21 13:02           ` Ulf Hansson
2022-10-25 11:23             ` Amit Pundir
2022-10-25 12:12               ` Sudeep Holla

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).