diff options
author | Peng Fan <[email protected]> | 2019-10-15 07:05:53 +0000 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2019-10-16 13:08:06 -0700 |
commit | 727e12cde9f6d888205db027fc8bf90ece61c6b2 (patch) | |
tree | 80f140696085634769c4939c922b84e6cbe0bd49 | |
parent | b8cb1ef95b6e2b67f06f5254d01d5411cf2c79ae (diff) |
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]>
-rw-r--r-- | drivers/clk/imx/clk-imx8mn.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c index 47a4b44ba3cb..ccd05321f043 100644 --- a/drivers/clk/imx/clk-imx8mn.c +++ b/drivers/clk/imx/clk-imx8mn.c @@ -25,20 +25,6 @@ static u32 share_count_disp; static u32 share_count_pdm; static u32 share_count_nand; -enum { - ARM_PLL, - GPU_PLL, - VPU_PLL, - SYS_PLL1, - SYS_PLL2, - SYS_PLL3, - DRAM_PLL, - AUDIO_PLL1, - AUDIO_PLL2, - VIDEO_PLL2, - NR_PLLS, -}; - static const struct imx_pll14xx_rate_table imx8mn_pll1416x_tbl[] = { PLL_1416X_RATE(1800000000U, 225, 3, 0), PLL_1416X_RATE(1600000000U, 200, 3, 0), |