mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
drm/rockchip: ebc_tcon: set ebc dclk div 0
Signed-off-by: Zorro Liu <lyx@rock-chips.com> Change-Id: Icab6c9539fd055899c1bc95cf7ac496a17809117
This commit is contained in:
@@ -209,7 +209,7 @@ static int tcon_enable(struct ebc_tcon *tcon, struct ebc_panel *panel)
|
||||
| EPD_SDSHR(1));
|
||||
tcon_write(tcon, EBC_DSP_START, DSP_SDCE_WIDTH(panel->ldl) | SW_BURST_CTRL);
|
||||
tcon_write(tcon, EBC_DSP_CTRL,
|
||||
DSP_SWAP_MODE(panel->panel_16bit ? 2 : 3) | DSP_VCOM_MODE(1) | DSP_SDCLK_DIV(panel->panel_16bit ? 7 : 3));
|
||||
DSP_SWAP_MODE(panel->panel_16bit ? 2 : 3) | DSP_VCOM_MODE(1) | DSP_SDCLK_DIV(0));
|
||||
tcon_cfg_done(tcon);
|
||||
|
||||
enable_irq(tcon->irq);
|
||||
|
||||
Reference in New Issue
Block a user