kernel/include/dt-bindings/soc/rockchip,boot-mode.h
.. .. @@ -20,5 +20,9 @@ 20 20 #define BOOT_CHARGING (REBOOT_FLAG + 11) 21 21 /* enter usb mass storage mode */ 22 22 #define BOOT_UMS (REBOOT_FLAG + 12) 23 +/* reboot system quiescent */24 +#define BOOT_QUIESCENT (REBOOT_FLAG + 14)25 +/* reboot by panic and capture ramdump in uboot through usb */26 +#define BOOT_WINUSB (REBOOT_FLAG + 15)23 27 24 28 #endif