Skip to content

Commit 727e12c

Browse files
MrVanbebarino
authored andcommitted
clk: imx: imx8mn: drop unused pll enum
The PLL enum definition is not used, so drop it. Signed-off-by: Peng Fan <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent b8cb1ef commit 727e12c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

drivers/clk/imx/clk-imx8mn.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ static u32 share_count_disp;
2525
static u32 share_count_pdm;
2626
static u32 share_count_nand;
2727

28-
enum {
29-
ARM_PLL,
30-
GPU_PLL,
31-
VPU_PLL,
32-
SYS_PLL1,
33-
SYS_PLL2,
34-
SYS_PLL3,
35-
DRAM_PLL,
36-
AUDIO_PLL1,
37-
AUDIO_PLL2,
38-
VIDEO_PLL2,
39-
NR_PLLS,
40-
};
41-
4228
static const struct imx_pll14xx_rate_table imx8mn_pll1416x_tbl[] = {
4329
PLL_1416X_RATE(1800000000U, 225, 3, 0),
4430
PLL_1416X_RATE(1600000000U, 200, 3, 0),

0 commit comments

Comments
 (0)