Skip to content

Commit c9a1d10

Browse files
finley1226rkhuangtao
authored andcommitted
clk: rockchip: rk3288: remove the flag ROCKCHIP_PLL_SYNC_RATE for GPLL
If pwm regulator is enabled in uboot, the rate of pclk_pwm can't be changed, otherwise the voltage may be abnormal. The gpll is the parent clock of pclk_pwm, its rate also can't be changed. Change-Id: I493de867ec6d0f8308a03f5ad6fe2244bbae7d11 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent cd54066 commit c9a1d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3288.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ static struct rockchip_pll_clock rk3288_pll_clks[] __initdata = {
211211
[cpll] = PLL(pll_rk3066, PLL_CPLL, "cpll", mux_pll_p, 0, RK3288_PLL_CON(8),
212212
RK3288_MODE_CON, 8, 7, 0, rk3288_pll_rates),
213213
[gpll] = PLL(pll_rk3066, PLL_GPLL, "gpll", mux_pll_p, 0, RK3288_PLL_CON(12),
214-
RK3288_MODE_CON, 12, 8, ROCKCHIP_PLL_SYNC_RATE, rk3288_pll_rates),
214+
RK3288_MODE_CON, 12, 8, 0, rk3288_pll_rates),
215215
[npll] = PLL(pll_rk3066, PLL_NPLL, "npll", mux_pll_p, 0, RK3288_PLL_CON(16),
216216
RK3288_MODE_CON, 14, 9, ROCKCHIP_PLL_SYNC_RATE, rk3288_pll_rates),
217217
};

0 commit comments

Comments
 (0)