diff options
Diffstat (limited to 'include')
-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 */ |