hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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