mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
clk: rk3288: keep arm_gpll enable when rk3288 apll set_rate
This commit is contained in:
@@ -1152,7 +1152,7 @@ static int clk_pll_set_rate_3288_apll(struct clk_hw *hw, unsigned long rate,
|
||||
goto CHANGE_APLL;
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (clk_prepare(arm_gpll)) {
|
||||
clk_err("fail to prepare arm_gpll path\n");
|
||||
clk_unprepare(arm_gpll);
|
||||
@@ -1246,8 +1246,8 @@ CHANGE_APLL:
|
||||
|
||||
if (sel_gpll) {
|
||||
sel_gpll = 0;
|
||||
clk_disable(arm_gpll);
|
||||
clk_unprepare(arm_gpll);
|
||||
//clk_disable(arm_gpll);
|
||||
//clk_unprepare(arm_gpll);
|
||||
}
|
||||
|
||||
//clk_debug("apll set loops_per_jiffy =%lu\n", loops_per_jiffy);
|
||||
|
||||
Reference in New Issue
Block a user