ARM: dts: rockchip: Add reboot_mode label for Android

Support dtbo overlay reboot-mode for Android 10.

Change-Id: Ic007f0fec02277bbf34425866db9a40890faea1e
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2019-10-10 16:45:52 +08:00
parent b65851e472
commit 48fbac4ce3
3 changed files with 3 additions and 3 deletions

View File

@@ -452,7 +452,7 @@
};
};
reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x38>;
mode-bootloader = <BOOT_BL_DOWNLOAD>;

View File

@@ -834,7 +834,7 @@
};
};
reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x94>;
mode-normal = <BOOT_NORMAL>;

View File

@@ -247,7 +247,7 @@
compatible = "rockchip,rk3066-pmu", "syscon", "simple-mfd";
reg = <0x20004000 0x100>;
reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x40>;
mode-normal = <BOOT_NORMAL>;