diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-06 14:49:49 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:54 -0400 |
commit | 98fd63ba61450151a3b6d18a8264156996d86411 (patch) | |
tree | 10fb5facb75811ff6ae85d87e97bfc18bbd08b7d /arch/arm/mach-s3c6410 | |
parent | eca8655ffa1ffb23c8f6f1485c1315a3087c8f38 (diff) |
[ARM] SMDK6410: Add USB OHCI host
Add USB OHCI host capability to the SMDK6410 for either USB OtG or
a single/double USB host port.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c6410/mach-smdk6410.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 1d5010070027..0c8df9797e55 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -26,6 +26,7 @@ config MACH_SMDK6410 | |||
26 | select S3C_DEV_HSMMC1 | 26 | select S3C_DEV_HSMMC1 |
27 | select S3C_DEV_I2C1 | 27 | select S3C_DEV_I2C1 |
28 | select S3C_DEV_FB | 28 | select S3C_DEV_FB |
29 | select S3C_DEV_USB_HOST | ||
29 | select S3C6410_SETUP_SDHCI | 30 | select S3C6410_SETUP_SDHCI |
30 | select S3C64XX_SETUP_I2C1 | 31 | select S3C64XX_SETUP_I2C1 |
31 | select S3C64XX_SETUP_FB_24BPP | 32 | select S3C64XX_SETUP_FB_24BPP |
diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 7f473e47e4f1..678b728fee12 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c | |||
@@ -141,6 +141,7 @@ static struct platform_device *smdk6410_devices[] __initdata = { | |||
141 | &s3c_device_i2c0, | 141 | &s3c_device_i2c0, |
142 | &s3c_device_i2c1, | 142 | &s3c_device_i2c1, |
143 | &s3c_device_fb, | 143 | &s3c_device_fb, |
144 | &s3c_device_usb, | ||
144 | &smdk6410_lcd_powerdev, | 145 | &smdk6410_lcd_powerdev, |
145 | }; | 146 | }; |
146 | 147 | ||