RE: [PATCH] clk: imx: imx8mn: drop unused pll enum

2019-10-16 Thread Peng Fan
> Subject: Re: [PATCH] clk: imx: imx8mn: drop unused pll enum > > Quoting Peng Fan (2019-10-15 00:05:53) > > From: Peng Fan > > > > The PLL enum definition is not used, so drop it. > > > > Signed-off-by: Peng Fan > > --- > > Was it

Re: [PATCH] clk: imx: imx8mn: drop unused pll enum

2019-10-16 Thread Stephen Boyd
Quoting Peng Fan (2019-10-15 00:05:53) > From: Peng Fan > > The PLL enum definition is not used, so drop it. > > Signed-off-by: Peng Fan > --- Was it ever used? Applied to clk-next

[PATCH] clk: imx: imx8mn: drop unused pll enum

2019-10-15 Thread Peng Fan
From: Peng Fan The PLL enum definition is not used, so drop it. Signed-off-by: Peng Fan --- drivers/clk/imx/clk-imx8mn.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c index 28467db10c69..6ab6e9228962 100644 --- a/