[ARM] SMDK6410: Add USB OHCI host
authorBen Dooks <ben@simtec.co.uk>
Fri, 6 Mar 2009 19:49:49 +0000 (19:49 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 7 May 2009 10:04:54 +0000 (11:04 +0100)
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>
arch/arm/mach-s3c6410/Kconfig
arch/arm/mach-s3c6410/mach-smdk6410.c

index 1d50100700273685182d9f987a48ff794b6ebc57..0c8df9797e5584e1b99a708b9caeba6be9ffecbd 100644 (file)
@@ -26,6 +26,7 @@ config MACH_SMDK6410
        select S3C_DEV_HSMMC1
        select S3C_DEV_I2C1
        select S3C_DEV_FB
+       select S3C_DEV_USB_HOST
        select S3C6410_SETUP_SDHCI
        select S3C64XX_SETUP_I2C1
        select S3C64XX_SETUP_FB_24BPP
index 7f473e47e4f13cb735b4ccec3b41175e86787be6..678b728fee12d2f73e3885caceb30141f5d38d91 100644 (file)
@@ -141,6 +141,7 @@ static struct platform_device *smdk6410_devices[] __initdata = {
        &s3c_device_i2c0,
        &s3c_device_i2c1,
        &s3c_device_fb,
+       &s3c_device_usb,
        &smdk6410_lcd_powerdev,
 };