diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-11-19 10:41:31 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:56:53 -0500 |
commit | 58435f7b2d1aa1ca1b08a2eecc36e13291342cfc (patch) | |
tree | a803b1a670d75a1e9c8dd83e72d3106c96dcd624 /arch/arm/mach-s3c6400 | |
parent | 1aba834da12989bb769d1dcbf6b0ea29f730c92c (diff) |
[ARM] S3C: Add new FB device definition
Add a device definition for the new S3C framebuffer
driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index 4d5cd7ee8c15..cff27d813fc6 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -38,6 +38,7 @@ | |||
38 | #define S3C_VA_UART2 S3C_VA_UARTx(2) | 38 | #define S3C_VA_UART2 S3C_VA_UARTx(2) |
39 | #define S3C_VA_UART3 S3C_VA_UARTx(3) | 39 | #define S3C_VA_UART3 S3C_VA_UARTx(3) |
40 | 40 | ||
41 | #define S3C64XX_PA_FB (0x77100000) | ||
41 | #define S3C64XX_PA_SYSCON (0x7E00F000) | 42 | #define S3C64XX_PA_SYSCON (0x7E00F000) |
42 | #define S3C64XX_PA_TIMER (0x7F006000) | 43 | #define S3C64XX_PA_TIMER (0x7F006000) |
43 | #define S3C64XX_PA_IIC0 (0x7F004000) | 44 | #define S3C64XX_PA_IIC0 (0x7F004000) |
@@ -62,5 +63,6 @@ | |||
62 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 | 63 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 |
63 | #define S3C_PA_IIC S3C64XX_PA_IIC0 | 64 | #define S3C_PA_IIC S3C64XX_PA_IIC0 |
64 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 | 65 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 |
66 | #define S3C_PA_FB S3C64XX_PA_FB | ||
65 | 67 | ||
66 | #endif /* __ASM_ARCH_6400_MAP_H */ | 68 | #endif /* __ASM_ARCH_6400_MAP_H */ |