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:
Zorro Liu
2021-12-03 10:48:50 +08:00
committed by Tao Huang
parent 77fca5bc9f
commit 2f2690e24e

View File

@@ -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);