kernel/include/dt-bindings/soc/rockchip,boot-mode.h
.. .. @@ -20,5 +20,7 @@ 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)23 25 24 26 #endif