mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
clk: rockchip: rk3308: Change apll to boost pll
Change-Id: I34d445e65181e09a3069b48059ef7283f01c194f Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -129,6 +129,7 @@ static const struct rockchip_cpuclk_reg_data rk3308_cpuclk_data = {
|
||||
.mux_core_main = 0,
|
||||
.mux_core_shift = 6,
|
||||
.mux_core_mask = 0x3,
|
||||
.pll_name = "pll_apll",
|
||||
};
|
||||
|
||||
PNAME(mux_pll_p) = { "xin24m" };
|
||||
@@ -189,7 +190,7 @@ PNAME(mux_spdif_rx_src_p) = { "clk_spdif_rx_div", "clk_spdif_rx_div50" };
|
||||
PNAME(mux_spdif_rx_p) = { "clk_spdif_rx_src", "clk_spdif_rx_frac" };
|
||||
|
||||
static struct rockchip_pll_clock rk3308_pll_clks[] __initdata = {
|
||||
[apll] = PLL(pll_rk3328, PLL_APLL, "apll", mux_pll_p,
|
||||
[apll] = PLL_BOOST(pll_rk3328, PLL_APLL, "apll", mux_pll_p,
|
||||
0, RK3308_PLL_CON(0),
|
||||
RK3308_MODE_CON, 0, 0, 0, rk3308_pll_rates),
|
||||
[dpll] = PLL(pll_rk3328, PLL_DPLL, "dpll", mux_pll_p,
|
||||
|
||||
Reference in New Issue
Block a user