summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2013-08-03 07:22:48 +0200
committerAnatolij Gustschin <agust@denx.de>2013-08-10 10:37:48 +0200
commit0017f9ee066f8049733ec4d5aacd97dd0cf4e2ec (patch)
tree2c8c82d0c5953982e026a1415a55178d5e522b63
parentd39c21f23581c45eec98ca6edb344e70cac5fcfd (diff)
video, da8xx: move da8xx-fb.h to drivers/video
the da8xx-fb driver works also on am335x boards. So move the da8xx-fb.h file from arch/arm/include/asm/arch-davinci to drivers/video, so this driver can used from am335x based boards. Also add WVGA panel_type. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Anatolij Gustschin <agust@denx.de> Cc: Tom Rini <trini@ti.com> Acked-by: Tom Rini <trini@ti.com>
-rw-r--r--board/davinci/ea20/ea20.c2
-rw-r--r--drivers/video/da8xx-fb.c2
-rw-r--r--drivers/video/da8xx-fb.h (renamed from arch/arm/include/asm/arch-davinci/da8xx-fb.h)3
3 files changed, 4 insertions, 3 deletions
diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c
index c786997799..89ee079ea6 100644
--- a/board/davinci/ea20/ea20.c
+++ b/board/davinci/ea20/ea20.c
@@ -24,7 +24,7 @@
#include <asm/io.h>
#include <asm/arch/davinci_misc.h>
#include <asm/gpio.h>
-#include <asm/arch/da8xx-fb.h>
+#include "../../../drivers/video/da8xx-fb.h"
DECLARE_GLOBAL_DATA_PTR;
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index 373991ddee..dd7ce36060 100644
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
@@ -24,7 +24,7 @@
#include <asm/arch/hardware.h>
#include "videomodes.h"
-#include <asm/arch/da8xx-fb.h>
+#include "da8xx-fb.h"
#define DRIVER_NAME "da8xx_lcdc"
diff --git a/arch/arm/include/asm/arch-davinci/da8xx-fb.h b/drivers/video/da8xx-fb.h
index c115034f06..f48fdfdc45 100644
--- a/arch/arm/include/asm/arch-davinci/da8xx-fb.h
+++ b/drivers/video/da8xx-fb.h
@@ -17,7 +17,8 @@
#define DA8XX_FB_H
enum panel_type {
- QVGA = 0
+ QVGA = 0,
+ WVGA
};
enum panel_shade {