hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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