From: Ben Dooks Date: Sat, 16 May 2009 21:11:20 +0000 (+0100) Subject: [ARM] SMDK6410: Add USB high-speed/OtG gadget device X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=06fa1d37ce9a8fab86a5db304ca5b576f0223d18;p=linux-beck.git [ARM] SMDK6410: Add USB high-speed/OtG gadget device Add the USB gadget support to the SMDK6410. Signed-off-by: Ben Dooks Signed-off-by: Ben Dooks --- diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 9c163f365c80..e63aac7f4e5a 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig @@ -36,6 +36,7 @@ config MACH_SMDK6410 select S3C_DEV_I2C1 select S3C_DEV_FB select S3C_DEV_USB_HOST + select S3C_DEV_USB_HSOTG select S3C6410_SETUP_SDHCI select S3C64XX_SETUP_I2C1 select S3C64XX_SETUP_FB_24BPP diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 8fd7632735df..bc9a7dea567f 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c @@ -183,6 +183,7 @@ static struct platform_device *smdk6410_devices[] __initdata = { &s3c_device_i2c1, &s3c_device_fb, &s3c_device_usb, + &s3c_device_usb_hsotg, &smdk6410_lcd_powerdev, &smdk6410_smsc911x,