Skip to content

Commit c5c2437

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: pm8150: specify reboot mode magics
Specify recovery and bootloader magic values to be programmed by the qcom-pon driver. This allows the bootloader to handle reboot-to-bootloader functionality. Signed-off-by: Dmitry Baryshkov <[email protected]> Tested-by: Amit Pundir <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a153d31 commit c5c2437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/qcom/pm8150.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
pon: power-on@800 {
5151
compatible = "qcom,pm8998-pon";
5252
reg = <0x0800>;
53+
mode-bootloader = <0x2>;
54+
mode-recovery = <0x1>;
5355

5456
pon_pwrkey: pwrkey {
5557
compatible = "qcom,pm8941-pwrkey";

0 commit comments

Comments
 (0)