From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- kernel/include/dt-bindings/soc/rockchip-system-status.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/kernel/include/dt-bindings/soc/rockchip-system-status.h b/kernel/include/dt-bindings/soc/rockchip-system-status.h index 54e6206..6a0d198 100644 --- a/kernel/include/dt-bindings/soc/rockchip-system-status.h +++ b/kernel/include/dt-bindings/soc/rockchip-system-status.h @@ -34,7 +34,10 @@ #define SYS_STATUS_HDMI (1 << 15) #define SYS_STATUS_VIDEO_4K_10B (1 << 16) #define SYS_STATUS_LOW_POWER (1 << 17) +#define SYS_STATUS_HDMIRX (1 << 18) +#define SYS_STATUS_VIDEO_SVEP (1 << 19) #define SYS_STATUS_VIDEO_4K_60P (1 << 20) +#define SYS_STATUS_DEEP_SUSPEND (1 << 21) #define SYS_STATUS_VIDEO (SYS_STATUS_VIDEO_4K | \ SYS_STATUS_VIDEO_1080P | \ @@ -47,4 +50,10 @@ #define DMC_FREQ_LEVEL_MID_HIGH (0x1 << 2) #define DMC_FREQ_LEVEL_HIGH (0x1 << 3) +#define DMC_WAIT_MODE_NORMAL (0x1 << 0) +#define DMC_WAIT_MODE_VOP_VBANK (0x1 << 1) +#define DMC_WAIT_MODE_VOP_LINE (0x1 << 2) +#define DMC_WAIT_MODE_VOP_AUTO (0x1 << 3) +#define DMC_WAIT_MODE_ISP_VBANK (0x1 << 4) + #endif -- Gitblit v1.6.2