diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-07-28 05:47:30 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:48:06 -0400 |
commit | 8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17 (patch) | |
tree | 381a9ea288707cb19c66767d92b5a1ac63fcdbc7 /include/asm-sh | |
parent | 761656e6beecb38c723f207d7408c753d3103ba8 (diff) |
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.h | 6 |
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 @@ | |||
30 | #define PORT_PYCR 0xa405014a | 30 | #define PORT_PYCR 0xa405014a |
31 | #define PORT_PZCR 0xa405014c | 31 | #define PORT_PZCR 0xa405014c |
32 | #define PORT_PADR 0xa4050120 | 32 | #define PORT_PADR 0xa4050120 |
33 | #define PORT_PHDR 0xa405012e | ||
33 | #define PORT_PWDR 0xa4050166 | 34 | #define PORT_PWDR 0xa4050166 |
34 | 35 | ||
35 | #define PORT_HIZCRA 0xa4050158 | 36 | #define PORT_HIZCRA 0xa4050158 |
@@ -51,4 +52,9 @@ | |||
51 | 52 | ||
52 | #define BSC_CS6ABCR 0xfec1001c | 53 | #define BSC_CS6ABCR 0xfec1001c |
53 | 54 | ||
55 | #include <asm/sh_mobile_lcdc.h> | ||
56 | |||
57 | int migor_lcd_qvga_setup(void *board_data, void *sys_ops_handle, | ||
58 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops); | ||
59 | |||
54 | #endif /* __ASM_SH_MIGOR_H */ | 60 | #endif /* __ASM_SH_MIGOR_H */ |