mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user