dt-bindings: soc: rockchip: add reboot mode winusb.

winusb mode is used to capture minidump in uboot through usb
when kernel panic.

Change-Id: I493d32746fd4030f8e7a1466d8a9b2f8bf3a3ccc
Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
This commit is contained in:
Wenping Zhang
2023-08-11 03:52:47 +00:00
committed by Tao Huang
parent 194a7d5a75
commit fe7022a2f0

View File

@@ -22,5 +22,7 @@
#define BOOT_UMS (REBOOT_FLAG + 12)
/* reboot system quiescent */
#define BOOT_QUIESCENT (REBOOT_FLAG + 14)
/* reboot by panic and capture ramdump in uboot through usb */
#define BOOT_WINUSB (REBOOT_FLAG + 15)
#endif