diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-05-16 17:05:27 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-16 17:13:52 -0400 |
commit | f0e1fa760099eef43f4450471d795807a1cc43c8 (patch) | |
tree | 173c95c9c24a3ca12b08493bf5bfc25862656fc1 /arch/arm/mach-s3c6400/include | |
parent | 496a3f0927197ca155a604478bf6e7db3eca3bbd (diff) |
[ARM] S3C: Add USB high-speed/OtG device definitions
Add platform device definitions for the high-speed and OtG
capable device block on the newer Samsung parts.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400/include')
-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 ea4223b55099..99d5e3b420ad 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -39,6 +39,7 @@ | |||
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_FB (0x77100000) |
42 | #define S3C64XX_PA_USB_HSOTG (0x7C000000) | ||
42 | #define S3C64XX_PA_SYSCON (0x7E00F000) | 43 | #define S3C64XX_PA_SYSCON (0x7E00F000) |
43 | #define S3C64XX_PA_TIMER (0x7F006000) | 44 | #define S3C64XX_PA_TIMER (0x7F006000) |
44 | #define S3C64XX_PA_IIC0 (0x7F004000) | 45 | #define S3C64XX_PA_IIC0 (0x7F004000) |
@@ -70,5 +71,6 @@ | |||
70 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 | 71 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 |
71 | #define S3C_PA_FB S3C64XX_PA_FB | 72 | #define S3C_PA_FB S3C64XX_PA_FB |
72 | #define S3C_PA_USBHOST S3C64XX_PA_USBHOST | 73 | #define S3C_PA_USBHOST S3C64XX_PA_USBHOST |
74 | #define S3C_PA_USB_HSOTG S3C64XX_PA_USB_HSOTG | ||
73 | 75 | ||
74 | #endif /* __ASM_ARCH_6400_MAP_H */ | 76 | #endif /* __ASM_ARCH_6400_MAP_H */ |