From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 04 Jan 2024 10:08:02 +0000
Subject: [PATCH] disable FB

---
 kernel/include/dt-bindings/soc/rockchip,boot-mode.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/kernel/include/dt-bindings/soc/rockchip,boot-mode.h b/kernel/include/dt-bindings/soc/rockchip,boot-mode.h
index 1436e1d..a0f63a0 100644
--- a/kernel/include/dt-bindings/soc/rockchip,boot-mode.h
+++ b/kernel/include/dt-bindings/soc/rockchip,boot-mode.h
@@ -20,5 +20,9 @@
 #define BOOT_CHARGING		(REBOOT_FLAG + 11)
 /* enter usb mass storage mode */
 #define BOOT_UMS		(REBOOT_FLAG + 12)
+/* reboot system quiescent */
+#define BOOT_QUIESCENT		(REBOOT_FLAG + 14)
+/* reboot by panic and capture ramdump in uboot through usb */
+#define BOOT_WINUSB		(REBOOT_FLAG + 15)
 
 #endif

--
Gitblit v1.6.2