mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-video
This commit is contained in:
commit
f1da206041
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
vidinfo_t panel_info = {
|
||||
.vl_col = 480, /* Number of columns */
|
||||
.vl_row = 272, /* Number of rows */
|
||||
.vl_clk = 10000000, /* pixel clock in ps */
|
||||
.vl_clk = 5000000, /* pixel clock in ps */
|
||||
.vl_sync = ATMEL_LCDC_INVCLK_INVERTED |
|
||||
ATMEL_LCDC_INVLINE_INVERTED |
|
||||
ATMEL_LCDC_INVFRAME_INVERTED,
|
||||
|
|
Loading…
Add table
Reference in a new issue