clk: rockchip: rk3568: fix up the vpll register address

Fix up the error description of TRM.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I0a72c0c9d6070b53478e6a508fbc92c83a498c4b
This commit is contained in:
Elaine Zhang
2020-11-10 09:37:57 +08:00
committed by Tao Huang
parent 05e03831df
commit adb279b8e0

View File

@@ -319,7 +319,7 @@ static struct rockchip_pll_clock rk3568_pmu_pll_clks[] __initdata = {
0, RK3568_PMU_PLL_CON(0),
RK3568_PMU_MODE_CON0, 0, 4, 0, rk3568_pll_rates),
[hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
0, RK3568_PMU_PLL_CON(8),
0, RK3568_PMU_PLL_CON(16),
RK3568_PMU_MODE_CON0, 2, 7, 0, rk3568_pll_rates),
};