hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/include/dt-bindings/soc/rockchip,boot-mode.h
....@@ -20,5 +20,7 @@
2020 #define BOOT_CHARGING (REBOOT_FLAG + 11)
2121 /* enter usb mass storage mode */
2222 #define BOOT_UMS (REBOOT_FLAG + 12)
23
+/* reboot system quiescent */
24
+#define BOOT_QUIESCENT (REBOOT_FLAG + 14)
2325
2426 #endif