forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
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