Re: [PATCH 1/3] clk: imx: imx8mm: mark sys_pll1/2 as fixed clock

From: Shawn Guo
Date: Fri Oct 25 2019 - 05:09:10 EST


On Fri, Oct 25, 2019 at 06:14:21AM +0000, Peng Fan wrote:
> Hi Shawn,
>
> > Subject: Re: [PATCH 1/3] clk: imx: imx8mm: mark sys_pll1/2 as fixed clock
> >
> > On Wed, Oct 09, 2019 at 09:58:14AM +0000, Peng Fan wrote:
> > > From: Peng Fan <peng.fan@xxxxxxx>
> > >
> > > According Architecture definition guide, SYS_PLL1 is fixed at 800MHz,
> > > SYS_PLL2 is fixed at 1000MHz, so let's use imx_clk_fixed to register
> > > the clocks and drop code that could change the rate.
> > >
> > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> >
> > Applied all, thanks.
>
> I have a v2 https://patchwork.kernel.org/cover/11208131/ patch
> based on Lenoard's v3
> https://patchwork.kernel.org/patch/11193189/ to avoid conflicts
> when you apply Lenoard's v3 patch.

Okay, I replaced it with your v2 series. Thanks!

Shawn