mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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: Stefano Babic <sbabic@denx.de> Acked-by: Wolfgang Denk <wd@denx.de> Acked-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
2a9a2339a4
commit
73c65e0e77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue