aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/atmel_lcdc.h
diff options
context:
space:
mode:
authorGuillaume GARDET <guillaume.gardet@free.fr>2008-08-29 10:11:24 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-09-18 23:11:56 +0100
commitfbd03a1cbc04833a952b0d603df96e4800445979 (patch)
tree7d95b7c0199e25289c957a069422917449620668 /include/video/atmel_lcdc.h
parent[ARM] 5219/2: MACB ethernet support for AFEB9260 (diff)
downloadlinux-dev-fbd03a1cbc04833a952b0d603df96e4800445979.tar.xz
linux-dev-fbd03a1cbc04833a952b0d603df96e4800445979.zip
[ARM] 5228/1: Add the RGB555 wiring for the atmel LCD
Add the RGB555 wiring for the atmel LCD. Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/video/atmel_lcdc.h')
-rw-r--r--include/video/atmel_lcdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/atmel_lcdc.h b/include/video/atmel_lcdc.h
index 920c4e9cb93d..6ad87f485992 100644
--- a/include/video/atmel_lcdc.h
+++ b/include/video/atmel_lcdc.h
@@ -30,6 +30,7 @@
*/
#define ATMEL_LCDC_WIRING_BGR 0
#define ATMEL_LCDC_WIRING_RGB 1
+#define ATMEL_LCDC_WIRING_RGB555 2
/* LCD Controller info data structure, stored in device platform_data */