Skip to content

Commit

Permalink
arm64: dts: rockchip: Add reboot_mode label for Android
Browse files Browse the repository at this point in the history
Support dtbo overlay reboot-mode for Android 10.

Change-Id: I49e2c561ea22da2f35212996ca44d7c7a4f622d5
Signed-off-by: Tao Huang <[email protected]>
  • Loading branch information
rkhuangtao committed Oct 16, 2019
1 parent 7113a0b commit fca580f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/px30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
status = "disabled";
};

reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x200>;
mode-bootloader = <BOOT_BL_DOWNLOAD>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3328.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
};
};

reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x5c8>;
mode-bootloader = <BOOT_BL_DOWNLOAD>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3368.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@
status = "okay";
};

reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x200>;
mode-normal = <BOOT_NORMAL>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@
status = "disabled";
};

reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x300>;
mode-bootloader = <BOOT_BL_DOWNLOAD>;
Expand Down

0 comments on commit fca580f

Please sign in to comment.