dt-bindings: soc: rockchip: add dram frequency level support

Change-Id: I57b14a8682f9987327ff83f6c98708abd3ec8d8b
Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
YouMin Chen
2021-05-31 16:16:04 +08:00
committed by Tao Huang
parent d77e94bb00
commit 23302741aa

View File

@@ -40,4 +40,9 @@
SYS_STATUS_VIDEO_4K_10B)
#define SYS_STATUS_DUALVIEW (SYS_STATUS_LCDC0 | SYS_STATUS_LCDC1)
#define DMC_FREQ_LEVEL_LOW (0x1 << 0)
#define DMC_FREQ_LEVEL_MID_LOW (0x1 << 1)
#define DMC_FREQ_LEVEL_MID_HIGH (0x1 << 2)
#define DMC_FREQ_LEVEL_HIGH (0x1 << 3)
#endif