3036: fix build error
authorwdc <wdc@rock-chips.com>
Sat, 12 Jul 2014 09:07:27 +0000 (17:07 +0800)
committerwdc <wdc@rock-chips.com>
Sat, 12 Jul 2014 09:07:27 +0000 (17:07 +0800)
arch/arm/mach-rockchip/rk3036.c

index 68405cc54e9a76db7617a5e0aa700069900be977..416a441b240c4f2b37bca836503bb8a57338124c 100755 (executable)
@@ -110,7 +110,7 @@ static void __init rk3036_dt_map_io(void)
 
     iotable_init(rk3036_io_desc, ARRAY_SIZE(rk3036_io_desc));
     debug_ll_io_init();
-    //usb_uart_init();
+    usb_uart_init();
 
     /* enable timer5 for core */
     writel_relaxed(0, RK3036_TIMER5_VIRT + 0x10);