mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
clk: rockchip: rk3399: remove the flag ROCKCHIP_PLL_SYNC_RATE for VPLL and CPLL
to slove the display shaking, when uboot logo display to kernel show. Change-Id: I804aa09f24bc4fa7b6314a7a5487f0ee1a321724 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -321,7 +321,7 @@ static struct rockchip_pll_clock rk3399_pll_clks[] __initdata = {
|
||||
[npll] = PLL(pll_rk3399, PLL_NPLL, "npll", mux_pll_p, 0, RK3399_PLL_CON(40),
|
||||
RK3399_PLL_CON(43), 8, 31, ROCKCHIP_PLL_SYNC_RATE, rk3399_pll_rates),
|
||||
[vpll] = PLL(pll_rk3399, PLL_VPLL, "vpll", mux_pll_p, 0, RK3399_PLL_CON(48),
|
||||
RK3399_PLL_CON(51), 8, 31, ROCKCHIP_PLL_SYNC_RATE, rk3399_vpll_rates),
|
||||
RK3399_PLL_CON(51), 8, 31, 0, rk3399_vpll_rates),
|
||||
};
|
||||
|
||||
static struct rockchip_pll_clock rk3399_pmu_pll_clks[] __initdata = {
|
||||
|
||||
Reference in New Issue
Block a user