You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
--- a/arch/arm/mach-gemini/board-nas4220b.c
|
|
+++ b/arch/arm/mach-gemini/board-nas4220b.c
|
|
@@ -96,6 +96,8 @@ static void __init ib4220b_init(void)
|
|
platform_device_register(&ib4220b_key_device);
|
|
platform_register_rtc();
|
|
platform_register_watchdog();
|
|
+ platform_register_usb(0);
|
|
+ platform_register_usb(1);
|
|
}
|
|
|
|
MACHINE_START(NAS4220B, "Raidsonic NAS IB-4220-B")
|
|
|