mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
clk: rockchip: Remove pll_px30 pll type
Change-Id: I96068286edc8e79aa1150553fed16b42b446fc3f Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -1403,8 +1403,7 @@ struct clk *rockchip_clk_register_pll(struct rockchip_clk_provider *ctx,
|
||||
pll_mux->lock = &ctx->lock;
|
||||
pll_mux->hw.init = &init;
|
||||
|
||||
if (pll_type == pll_px30 ||
|
||||
pll_type == pll_rk3036 ||
|
||||
if (pll_type == pll_rk3036 ||
|
||||
pll_type == pll_rk3066 ||
|
||||
pll_type == pll_rk3328 ||
|
||||
pll_type == pll_rk3366 ||
|
||||
@@ -1456,7 +1455,6 @@ struct clk *rockchip_clk_register_pll(struct rockchip_clk_provider *ctx,
|
||||
}
|
||||
|
||||
switch (pll_type) {
|
||||
case pll_px30:
|
||||
case pll_rk3036:
|
||||
case pll_rk3328:
|
||||
if (!pll->rate_table)
|
||||
|
||||
@@ -186,7 +186,6 @@ struct clk;
|
||||
#define RK3399_PMU_GATEDIS_CON(x) ((x) * 0x4 + 0x130)
|
||||
|
||||
enum rockchip_pll_type {
|
||||
pll_px30,
|
||||
pll_rk3036,
|
||||
pll_rk3066,
|
||||
pll_rk3328,
|
||||
|
||||
Reference in New Issue
Block a user