Re: [PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit

From: Shawn Guo
Date: Sun Jun 12 2016 - 22:55:12 EST


On Sun, Jun 12, 2016 at 10:56:38PM +0800, Dong Aisheng wrote:
> Hi Shawn,
>
> On Wed, Jun 8, 2016 at 10:33 PM, Dong Aisheng <aisheng.dong@xxxxxxx> wrote:
> > After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"),
> > the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET.
> > Instead, pll->powerdown holds the correct bit, so using powerdown bit
> > in clk_pllv3_{prepare | unprepare} functions.
> >
> > Fixes: f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7")
> > Signed-off-by: Dong Aisheng <aisheng.dong@xxxxxxx>
>
> Any comments about this one?

Sorry. I thought I had applied it. Applied it now, thanks.

Shawn