mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
correct bugs for 'cpu hclk and pclk is 1:1
This commit is contained in:
4
arch/arm/mach-rk30/clock_data.c
Normal file → Executable file
4
arch/arm/mach-rk30/clock_data.c
Normal file → Executable file
@@ -981,6 +981,10 @@ static int arm_pll_clk_set_rate(struct clk *clk, unsigned long rate)
|
||||
{
|
||||
ps_clksel1=force_cpu_hpclk_11(ps->clksel1);
|
||||
}
|
||||
else
|
||||
{
|
||||
ps_clksel1=ps->clksel1;
|
||||
}
|
||||
//return form slow
|
||||
//cru_writel(PLL_MODE_NORM(APLL_ID), CRU_MODE_CON);
|
||||
//a/h/p clk sel
|
||||
|
||||
Reference in New Issue
Block a user