Revert "Revert "rk29: clock: always enable tpiu clock for jtag debug""

This reverts commit 6aca2b5c5c.
This commit is contained in:
黄涛
2011-06-07 15:03:15 +08:00
parent aeb17dd550
commit c2512196ae

View File

@@ -2476,6 +2476,7 @@ static void __init clk_enable_init_clocks(void)
clk_enable_nolock(&clk_intmem);
clk_enable_nolock(&clk_ddr);
clk_enable_nolock(&clk_debug);
clk_enable_nolock(&clk_tpiu);
clk_enable_nolock(&clk_jtag);
clk_enable_nolock(&clk_uart1);
}