forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/dt-bindings/soc/rockchip,boot-mode.h
....@@ -20,5 +20,9 @@
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)
25
+/* reboot by panic and capture ramdump in uboot through usb */
26
+#define BOOT_WINUSB (REBOOT_FLAG + 15)
2327
2428 #endif