Re: [PATCH] clk: imx8mn: fix int pll clk gate

2019-08-19 Thread Shawn Guo
On Mon, Aug 19, 2019 at 01:05:42AM +, Peng Fan wrote: > Hi Stephen, > > > Subject: Re: [PATCH] clk: imx8mn: fix int pll clk gate > > > > Quoting peng@nxp.com (2019-08-13 18:53:12) > > > From: Peng Fan > > > > > > To Frac pll, the

RE: [PATCH] clk: imx8mn: fix int pll clk gate

2019-08-18 Thread Peng Fan
Hi Stephen, > Subject: Re: [PATCH] clk: imx8mn: fix int pll clk gate > > Quoting peng@nxp.com (2019-08-13 18:53:12) > > From: Peng Fan > > > > To Frac pll, the gate shift is 13, however to Int PLL the gate shift > > is 11. > > > > Cc: &g

Re: [PATCH] clk: imx8mn: fix int pll clk gate

2019-08-16 Thread Stephen Boyd
Quoting peng@nxp.com (2019-08-13 18:53:12) > From: Peng Fan > > To Frac pll, the gate shift is 13, however to Int PLL the gate shift > is 11. > > Cc: > Fixes: 96d6392b54db ("clk: imx: Add support for i.MX8MN clock driver") > Signed-off-by: Peng Fan > Reviewed-by: Jacky Bai > --- This is