rk29: clock: enable debug/jtag

This commit is contained in:
黄涛 2011-01-21 17:15:49 +08:00
parent f79c62a3b8
commit 2b368afa99

View File

@ -2267,6 +2267,8 @@ static void __init clk_enable_init_clocks(void)
clk_enable_nolock(&clk_emem);
clk_enable_nolock(&clk_intmem);
clk_enable_nolock(&clk_ddr);
clk_enable_nolock(&clk_debug);
clk_enable_nolock(&clk_jtag);
#ifdef CONFIG_DEBUG_LL
clk_enable_nolock(&clk_uart1);
#endif