From 10dcc7a2bde3e0acafad5492faab430c5b6d8fab Mon Sep 17 00:00:00 2001 From: Darius Augulis Date: Tue, 19 Oct 2010 13:52:37 +0900 Subject: ARM: S3C64XX: add USB host support for mach-real6410 Add USB host device support for mach-real6410 Signed-off-by: Darius Augulis Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c64xx/mach-real6410.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-s3c64xx/mach-real6410.c') diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index bad6990eeb82..00e7d7e4a4fc 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c @@ -195,6 +195,7 @@ static struct platform_device *real6410_devices[] __initdata = { &s3c_device_nand, &s3c_device_adc, &s3c_device_ts, + &s3c_device_ohci, }; static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { -- cgit