mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
arm64: dts: rockchip: rk3588: use pmu0_grf for reboot mode
If use pmu1_grf register, BL31 can't assert NPOR when reboot. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I14c78f83aa600d8964eccb2eb7df2c7f6fc0b530
This commit is contained in:
parent
8fd12728a0
commit
5d8b8680f5
|
|
@ -1412,13 +1412,13 @@ usbhost_dwc3_0: usb@fcd00000 {
|
|||
};
|
||||
};
|
||||
|
||||
pmu1_grf: syscon@fd58a000 {
|
||||
compatible = "rockchip,rk3588-pmu1-grf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfd58a000 0x0 0x2000>;
|
||||
pmu0_grf: syscon@fd588000 {
|
||||
compatible = "rockchip,rk3588-pmu0-grf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfd588000 0x0 0x2000>;
|
||||
|
||||
reboot_mode: reboot-mode {
|
||||
compatible = "syscon-reboot-mode";
|
||||
offset = <0x200>;
|
||||
offset = <0x80>;
|
||||
mode-bootloader = <BOOT_BL_DOWNLOAD>;
|
||||
mode-charge = <BOOT_CHARGING>;
|
||||
mode-fastboot = <BOOT_FASTBOOT>;
|
||||
|
|
@ -1431,6 +1431,11 @@ reboot_mode: reboot-mode {
|
|||
};
|
||||
};
|
||||
|
||||
pmu1_grf: syscon@fd58a000 {
|
||||
compatible = "rockchip,rk3588-pmu1-grf", "syscon";
|
||||
reg = <0x0 0xfd58a000 0x0 0x2000>;
|
||||
};
|
||||
|
||||
sys_grf: syscon@fd58c000 {
|
||||
compatible = "rockchip,rk3588-sys-grf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfd58c000 0x0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user