projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8009a7
)
ARM: atmel: sama5d3xek: fix the LCD parameters
author
Bo Shen
<voice.shen@atmel.com>
Thu, 8 Jan 2015 07:20:13 +0000
(15:20 +0800)
committer
Andreas Bießmann
<andreas.devel@googlemail.com>
Sun, 11 Jan 2015 01:16:04 +0000
(
02:16
+0100)
Remove unused vsync parameter, and correct the include file.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
board/atmel/sama5d3xek/sama5d3xek.c
patch
|
blob
|
history
diff --git
a/board/atmel/sama5d3xek/sama5d3xek.c
b/board/atmel/sama5d3xek/sama5d3xek.c
index
ca4f79d
..
cf6ed8b
100644
(file)
--- 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_
h
lcdc.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,