From 3b202c19aa5c689137d262aa28cc9e7ec641ada6 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Fri, 22 Apr 2022 13:02:36 +0530 Subject: [PATCH] ARM: dts: msm: add more reboot modes for SM8150 Add more reboot modes for SM8150. mode-X = ; where X is reboot type and magic is the value to be written to PMIC spare register for given reboot type. Change-Id: I99d7ff91e32bbdc3e9669b8aa63970cc6ef3e792 --- qcom/pm8150.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/pm8150.dtsi b/qcom/pm8150.dtsi index ca9b6f14..fdece653 100644 --- a/qcom/pm8150.dtsi +++ b/qcom/pm8150.dtsi @@ -32,6 +32,10 @@ reg = <0x0800>; mode-bootloader = <0x2>; mode-recovery = <0x1>; + mode-rtc = <0x3>; + mode-dm-verity-device-corrupted = <0x4>; + mode-dm-verity-enforcing = <0x5>; + mode-keys-clear = <0x6>; pon_pwrkey: pwrkey { compatible = "qcom,pm8941-pwrkey";