From c250543242717211fa0fb915f131b09b6deebe6a Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Fri, 30 Apr 2010 10:59:42 +0900 Subject: [PATCH] --- yaml --- r: 191947 b: refs/heads/master c: a6e1ec7f69950864ff8d992da6d929b1444f7cb3 h: refs/heads/master i: 191945: fde66a24ec2f9086c213835295e3e28db83d46f1 191943: 3616fb1e1c7772503d9443001c3a69dfb8dba726 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2416/mach-smdk2416.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 216d7384debe..63aee7d8d4db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c140c98ac161ad270a768126431e36a22f86f6b3 +refs/heads/master: a6e1ec7f69950864ff8d992da6d929b1444f7cb3 diff --git a/trunk/arch/arm/mach-s3c2416/mach-smdk2416.c b/trunk/arch/arm/mach-s3c2416/mach-smdk2416.c index a51973c7334c..99d24c44f30f 100644 --- a/trunk/arch/arm/mach-s3c2416/mach-smdk2416.c +++ b/trunk/arch/arm/mach-s3c2416/mach-smdk2416.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include @@ -110,6 +111,7 @@ static struct s3c2410_uartcfg smdk2416_uartcfgs[] __initdata = { static struct platform_device *smdk2416_devices[] __initdata = { &s3c_device_wdt, + &s3c_device_ohci, &s3c_device_i2c0, &s3c_device_hsmmc0, &s3c_device_hsmmc1, @@ -128,6 +130,9 @@ static void __init smdk2416_machine_init(void) { s3c_i2c0_set_platdata(NULL); + gpio_request(S3C2410_GPB(4), "USBHost Power"); + gpio_direction_output(S3C2410_GPB(4), 1); + platform_add_devices(smdk2416_devices, ARRAY_SIZE(smdk2416_devices)); smdk_machine_init(); }