mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
remove pm.c rk3188/clock_data.c pirntk
This commit is contained in:
4
arch/arm/mach-rk30/pm.c
Normal file → Executable file
4
arch/arm/mach-rk30/pm.c
Normal file → Executable 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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user