rk3066b: uart0 auto support 3M
authorchenxing <chenxing@chenxing-ubuntu-pc.(none)>
Fri, 21 Dec 2012 10:17:17 +0000 (18:17 +0800)
committerchenxing <chenxing@chenxing-ubuntu-pc.(none)>
Fri, 21 Dec 2012 10:17:43 +0000 (18:17 +0800)
arch/arm/mach-rk30/clock_data-rk3066b.c

index 16d503cb2191b80273a20bb9b8e350f44313f413..38c5812d684c51b110442caaba6c41c86ac27e7f 100644 (file)
@@ -3143,9 +3143,8 @@ static void __init rk30_clock_common_init(unsigned long gpll_rate, unsigned long
        clk_set_rate_nolock(&clk_gpu, 200 * MHZ);
        clk_set_rate_nolock(&aclk_gpu, 200 * MHZ);
        
-       clk_set_parent_nolock(&clk_uart_pll, &general_pll_clk);
-       clk_set_rate_nolock(&clk_uart0_div, 297 * MHZ);
-       clk_set_parent_nolock(&clk_uart0, &clk_uart0_div);
+       clk_set_rate_nolock(&clk_uart0, 49500000);
+
 }
 
 static struct clk def_ops_clk = {