diff --git a/include/dt-bindings/soc/rockchip,boot-mode.h b/include/dt-bindings/soc/rockchip,boot-mode.h index ec4e5dd83cc1..a0f63a040613 100644 --- a/include/dt-bindings/soc/rockchip,boot-mode.h +++ b/include/dt-bindings/soc/rockchip,boot-mode.h @@ -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