diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-06 14:51:51 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:55 -0400 |
commit | 67b3e542ab1cf9f2fe3c1d4ae2aa16dd3b4a7e24 (patch) | |
tree | e7b75230b98ee04de447c0901fcc40a8bc76d8f4 | |
parent | e6a2a9ce69400a8109e01030aec0d5e1e2bc73c2 (diff) |
[ARM] S3C64XX: Add USB OHCI support
Add USB OHCI host definitions.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 3 | ||||
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index baf1c0f1ea5a..ea4223b55099 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -55,6 +55,8 @@ | |||
55 | #define S3C64XX_PA_MODEM (0x74108000) | 55 | #define S3C64XX_PA_MODEM (0x74108000) |
56 | #define S3C64XX_VA_MODEM S3C_ADDR(0x00600000) | 56 | #define S3C64XX_VA_MODEM S3C_ADDR(0x00600000) |
57 | 57 | ||
58 | #define S3C64XX_PA_USBHOST (0x74300000) | ||
59 | |||
58 | /* place VICs close together */ | 60 | /* place VICs close together */ |
59 | #define S3C_VA_VIC0 (S3C_VA_IRQ + 0x00) | 61 | #define S3C_VA_VIC0 (S3C_VA_IRQ + 0x00) |
60 | #define S3C_VA_VIC1 (S3C_VA_IRQ + 0x10000) | 62 | #define S3C_VA_VIC1 (S3C_VA_IRQ + 0x10000) |
@@ -67,5 +69,6 @@ | |||
67 | #define S3C_PA_IIC S3C64XX_PA_IIC0 | 69 | #define S3C_PA_IIC S3C64XX_PA_IIC0 |
68 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 | 70 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 |
69 | #define S3C_PA_FB S3C64XX_PA_FB | 71 | #define S3C_PA_FB S3C64XX_PA_FB |
72 | #define S3C_PA_USBHOST S3C64XX_PA_USBHOST | ||
70 | 73 | ||
71 | #endif /* __ASM_ARCH_6400_MAP_H */ | 74 | #endif /* __ASM_ARCH_6400_MAP_H */ |
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 54375a00a7d2..ad48fd73e04d 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -19,6 +19,7 @@ config PLAT_S3C64XX | |||
19 | select S3C_GPIO_PULL_UPDOWN | 19 | select S3C_GPIO_PULL_UPDOWN |
20 | select S3C_GPIO_CFG_S3C24XX | 20 | select S3C_GPIO_CFG_S3C24XX |
21 | select S3C_GPIO_CFG_S3C64XX | 21 | select S3C_GPIO_CFG_S3C64XX |
22 | select USB_ARCH_HAS_OHCI | ||
22 | help | 23 | help |
23 | Base platform code for any Samsung S3C64XX device | 24 | Base platform code for any Samsung S3C64XX device |
24 | 25 | ||