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

From: Shawn Guo
Date: Fri Oct 25 2019 - 02:09:14 EST


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.