aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-07-28 18:47:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 18:48:06 +0900
commit8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17 (patch)
tree381a9ea288707cb19c66767d92b5a1ac63fcdbc7 /include/asm-sh
parentsh: Move asid_cache() out of ifdef to fix SH-3/4 nommu build. (diff)
downloadlinux-dev-8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17.tar.xz
linux-dev-8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17.zip
sh: Add SuperH Mobile LCDC platform data for Migo-R
Add WVGA and QVGA LCD panel support to Migo-R. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/migor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/migor.h b/include/asm-sh/migor.h
index 4c409a6dcfba..e9f8e9b15f46 100644
--- a/include/asm-sh/migor.h
+++ b/include/asm-sh/migor.h
@@ -30,6 +30,7 @@
#define PORT_PYCR 0xa405014a
#define PORT_PZCR 0xa405014c
#define PORT_PADR 0xa4050120
+#define PORT_PHDR 0xa405012e
#define PORT_PWDR 0xa4050166
#define PORT_HIZCRA 0xa4050158
@@ -51,4 +52,9 @@
#define BSC_CS6ABCR 0xfec1001c
+#include <asm/sh_mobile_lcdc.h>
+
+int migor_lcd_qvga_setup(void *board_data, void *sys_ops_handle,
+ struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
+
#endif /* __ASM_SH_MIGOR_H */