]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ARM: atmel: sama5d4xek: fix the LCD parameters
authorBo Shen <voice.shen@atmel.com>
Thu, 8 Jan 2015 07:20:12 +0000 (15:20 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 11 Jan 2015 01:16:03 +0000 (02:16 +0100)
Remove unused vsync parameter, and correct the include file.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
board/atmel/sama5d4ek/sama5d4ek.c

index f8394f577e2c22aee2e1e56c23c4ba8f6b55a31c..d3039c021af08f2724c63567b2016a0802bf3234 100644 (file)
@@ -14,7 +14,7 @@
 #include <asm/arch/clk.h>
 #include <asm/arch/sama5d3_smc.h>
 #include <asm/arch/sama5d4.h>
-#include <atmel_lcdc.h>
+#include <atmel_hlcdc.h>
 #include <atmel_mci.h>
 #include <lcd.h>
 #include <mmc.h>
@@ -111,7 +111,6 @@ vidinfo_t panel_info = {
        .vl_col = 800,
        .vl_row = 480,
        .vl_clk = 33260000,
-       .vl_sync = ATMEL_LCDC_INVLINE_NORMAL | ATMEL_LCDC_INVFRAME_NORMAL,
        .vl_bpix = LCD_BPP,
        .vl_tft = 1,
        .vl_hsync_len = 5,