Revert "3036: open usb uart init"
authorwdc <wdc@rock-chips.com>
Sat, 12 Jul 2014 07:53:45 +0000 (15:53 +0800)
committerwdc <wdc@rock-chips.com>
Sat, 12 Jul 2014 07:53:45 +0000 (15:53 +0800)
This reverts commit 3925d5e56b2f82bb81b554d74f0a36158c012506.

arch/arm/mach-rockchip/rk3036.c

index 72317f89e002dc2c615cc5109e965eaf4e2c4ee1..4ff1ecefda726eff0446dbb02941e2d59c03a38f 100755 (executable)
@@ -82,6 +82,7 @@ static void __init rk3036_boot_mode_init(void)
     rockchip_boot_mode_init(flag, mode);
 }
 
+#if 0
 static void usb_uart_init(void)
 {
 #ifdef CONFIG_RK_USB_UART
@@ -105,6 +106,7 @@ static void usb_uart_init(void)
     writel_relaxed(0x03, RK_DEBUG_UART_VIRT + 0x0c);
 #endif //end of DEBUG_UART_BASE
 }
+#endif
 
 static void __init rk3036_dt_map_io(void)
 {
@@ -112,7 +114,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);