Commit 06fa1d37 authored by Ben Dooks's avatar Ben Dooks Committed by Ben Dooks

[ARM] SMDK6410: Add USB high-speed/OtG gadget device

Add the USB gadget support to the SMDK6410.
Signed-off-by: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent f0e1fa76
...@@ -36,6 +36,7 @@ config MACH_SMDK6410 ...@@ -36,6 +36,7 @@ config MACH_SMDK6410
select S3C_DEV_I2C1 select S3C_DEV_I2C1
select S3C_DEV_FB select S3C_DEV_FB
select S3C_DEV_USB_HOST select S3C_DEV_USB_HOST
select S3C_DEV_USB_HSOTG
select S3C6410_SETUP_SDHCI select S3C6410_SETUP_SDHCI
select S3C64XX_SETUP_I2C1 select S3C64XX_SETUP_I2C1
select S3C64XX_SETUP_FB_24BPP select S3C64XX_SETUP_FB_24BPP
......
...@@ -183,6 +183,7 @@ static struct platform_device *smdk6410_devices[] __initdata = { ...@@ -183,6 +183,7 @@ static struct platform_device *smdk6410_devices[] __initdata = {
&s3c_device_i2c1, &s3c_device_i2c1,
&s3c_device_fb, &s3c_device_fb,
&s3c_device_usb, &s3c_device_usb,
&s3c_device_usb_hsotg,
&smdk6410_lcd_powerdev, &smdk6410_lcd_powerdev,
&smdk6410_smsc911x, &smdk6410_smsc911x,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment