From 4a370f86523d2964fd713146b1e307815e2e41d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 28 Jan 2013 14:42:28 +0800 Subject: [PATCH] rk3188: common.c: remove unused uart init code on usb_uart_init --- arch/arm/mach-rk30/common.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-rk30/common.c b/arch/arm/mach-rk30/common.c index 1e090a2ef374..3f7100ace5f3 100755 --- a/arch/arm/mach-rk30/common.c +++ b/arch/arm/mach-rk30/common.c @@ -160,13 +160,6 @@ static void usb_uart_init(void) #else writel_relaxed((0x0300 << 16), RK30_GRF_BASE + GRF_UOC0_CON0); #endif - writel_relaxed(0x07, DEBUG_UART_BASE + 0x88); - writel_relaxed(0x07, DEBUG_UART_BASE + 0x88); - writel_relaxed(0x00, DEBUG_UART_BASE + 0x04); - writel_relaxed(0x83, DEBUG_UART_BASE + 0x0c); - writel_relaxed(0x0d, DEBUG_UART_BASE + 0x00); - writel_relaxed(0x00, DEBUG_UART_BASE + 0x04); - writel_relaxed(0x03, DEBUG_UART_BASE + 0x0c); #endif } -- 2.34.1