mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02: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:
parent
307b69d178
commit
f2b003043c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user