Skip to content
Snippets Groups Projects
Commit 73c65e0e authored by Stefano Babic's avatar Stefano Babic Committed by Wolfgang Denk
Browse files

video/mx3fb: fix clock divider


Fix clock divider for COM57H5M10XRC display.
The previous setting caused flicker.

Tested on Qong (EVBLite with COM57H5M10XRC).

Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
Acked-by: default avatarWolfgang Denk <wd@denx.de>
Acked-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 2a9a2339
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ void lcd_panel_disable(void)
#define V_END_WIDTH (7 + 3) /* lower_margin + vsync_len */
#define SIG_POL (DI_D3_DRDY_SHARP_POL | DI_D3_CLK_POL)
#define IF_CONF 0
#define IF_CLK_DIV 0x175
#define IF_CLK_DIV 0x55
#else
#define XRES 240
#define YRES 320
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment