summaryrefslogtreecommitdiffstats
path: root/board/atmel/sama5d3xek
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2015-01-08 15:20:13 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-01-11 02:16:04 +0100
commit41e82da12a7f5f12eeb5d598adcd73870ed72544 (patch)
tree44906283042a4b0a948e19b4320108fe49e41436 /board/atmel/sama5d3xek
parentf8009a7a6753d23e42829b5671b245f3225e743f (diff)
downloadblackbird-obmc-uboot-41e82da12a7f5f12eeb5d598adcd73870ed72544.tar.gz
blackbird-obmc-uboot-41e82da12a7f5f12eeb5d598adcd73870ed72544.zip
ARM: atmel: sama5d3xek: fix the LCD parameters
Remove unused vsync parameter, and correct the include file. Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'board/atmel/sama5d3xek')
-rw-r--r--board/atmel/sama5d3xek/sama5d3xek.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/atmel/sama5d3xek/sama5d3xek.c b/board/atmel/sama5d3xek/sama5d3xek.c
index ca4f79ddc1..cf6ed8b94c 100644
--- a/board/atmel/sama5d3xek/sama5d3xek.c
+++ b/board/atmel/sama5d3xek/sama5d3xek.c
@@ -15,7 +15,7 @@
#include <asm/arch/gpio.h>
#include <asm/arch/clk.h>
#include <lcd.h>
-#include <atmel_lcdc.h>
+#include <atmel_hlcdc.h>
#include <atmel_mci.h>
#include <phy.h>
#include <micrel.h>
@@ -146,7 +146,6 @@ vidinfo_t panel_info = {
.vl_col = 800,
.vl_row = 480,
.vl_clk = 24000000,
- .vl_sync = ATMEL_LCDC_INVLINE_NORMAL | ATMEL_LCDC_INVFRAME_NORMAL,
.vl_bpix = LCD_BPP,
.vl_tft = 1,
.vl_hsync_len = 128,
OpenPOWER on IntegriCloud