Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd4640fc authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: reduce PMIC S3 reset timer for SKUT1



SKUT1 is a tablet with non-removable battery, set the
timer to 32s for fail-safe reset.

Change-Id: I88659edaffc4a980e474073b33abfe2055d88ddb
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent b0f1a148
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -130,3 +130,8 @@
		status = "disabled";
	};
};

&pm8916_pon {
	qcom,s3-debounce = <32>;
	qcom,s3-src = "kpdpwr-and-resin";
};