diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-01-08 15:20:12 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-01-11 02:16:03 +0100 |
commit | f8009a7a6753d23e42829b5671b245f3225e743f (patch) | |
tree | 0d54fb02ab6005b2367e1aed38ab9609b9b67f71 | |
parent | 77d5b407054e2d10237da2c8d419957e01da2378 (diff) | |
download | u-boot-imx-f8009a7a6753d23e42829b5671b245f3225e743f.zip u-boot-imx-f8009a7a6753d23e42829b5671b245f3225e743f.tar.gz u-boot-imx-f8009a7a6753d23e42829b5671b245f3225e743f.tar.bz2 |
ARM: atmel: sama5d4xek: fix the LCD parameters
Remove unused vsync parameter, and correct the include file.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
-rw-r--r-- | board/atmel/sama5d4ek/sama5d4ek.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/atmel/sama5d4ek/sama5d4ek.c b/board/atmel/sama5d4ek/sama5d4ek.c index f8394f5..d3039c0 100644 --- a/board/atmel/sama5d4ek/sama5d4ek.c +++ b/board/atmel/sama5d4ek/sama5d4ek.c @@ -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, |