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

This reverts commit dfeca01a38.
Enable TPIU make wfi not work when suspend.
This commit is contained in:
黄涛
2011-05-16 21:28:15 +08:00
parent 94f620d82d
commit 6aca2b5c5c

View File

@@ -2476,7 +2476,6 @@ 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);
}