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

Commit f0178c93 authored by Umang Agrawal's avatar Umang Agrawal Committed by Vamshi Krishna B V
Browse files

ARM: dts: msm: Support SDM450 poweroff sequence with PMI632



Disable ps_hold configuration for hard reset and shutdown
power off sequence.

CRs-Fixed: 2164605
Change-Id: Iaf9ff6398dae841fdc99e6e004dbcc94680dec0e
Signed-off-by: default avatarUmang Agrawal <uagrawal@codeaurora.org>
parent 2563cd1f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,3 +21,8 @@
&pm8953_typec {
	status = "disabled";
};

&pmi632_pon {
	qcom,ps-hold-hard-reset-disable;
	qcom,ps-hold-shutdown-disable;
};