ARM: dts: rk3229-at-gva: delete mode-bootloader property

The reboot bootloader flag has been written in misc,
do not need to write in the register

Change-Id: I161b94d554c3a0cb21f6d85b981a247aa1b110ff
Signed-off-by: Yankun Zheng <zyk@rock-chips.com>
This commit is contained in:
Yankun Zheng 2017-12-12 16:06:25 +08:00 committed by Tao Huang
parent cd8c778456
commit bdf6d5faff
2 changed files with 5 additions and 1 deletions

View File

@ -147,6 +147,10 @@ wifi_enable_h: wifi-enable-h {
};
};
&reboot_mode {
/delete-property/ mode-bootloader;
};
&sdio {
max-frequency = <150000000>;
mmc-pwrseq = <&sdio_pwrseq>;

View File

@ -240,7 +240,7 @@ io_domains: io-domains {
status = "disabled";
};
reboot-mode {
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x5c8>;
mode-normal = <BOOT_NORMAL>;