remove pm.c rk3188/clock_data.c pirntk

This commit is contained in:
xxx
2013-05-07 14:58:05 +08:00
parent 9105fbf296
commit a7bfbf5582
2 changed files with 0 additions and 6 deletions

4
arch/arm/mach-rk30/pm.c Normal file → Executable file
View File

@@ -459,10 +459,6 @@ static void rk30_pm_set_power_domain(u32 pmu_pwrdn_st, bool state)
}
static void __sramfunc rk_pm_soc_sram_volt_suspend(void)
{
sram_printch('s');
sram_printch('v');
sram_printch('\n');
rk30_suspend_voltage_set(1000000);
rk30_pwm_logic_suspend_voltage();
#ifdef CONFIG_ACT8846_SUPPORT_RESET

View File

@@ -3425,8 +3425,6 @@ void rk30_clock_common_uart_init(struct clk *cpll_clk,struct clk *gpll_clk)
}
rate=50*MHZ;
}
printk("rk30_clock_common_uart_init\n");
printk("%s rate%lu,gpll_clk->rate=%lu\n",__FUNCTION__,rate,gpll_clk->rate);
clk_set_parent_nolock(&clk_uart_pll, p_clk);
clk_set_rate_nolock(&clk_uart0_div,rate);
clk_set_rate_nolock(&clk_uart1_div,rate);