On Thu, Jun 18, 2026 at 01:58:56PM +0800, [email protected] wrote: >From: Ye Li <[email protected]> > >The fractional PLL used on iMX8MQ is not pll14xx, it is different >PLL and not exist in u-boot. Add this fractional PLL driver and >update iMX8MQ clock driver to adapt this fraction PLL. >
Better add a fixes tag. >Signed-off-by: Ye Li <[email protected]> >--- > drivers/clk/imx/Makefile | 2 +- ... >@@ -0,0 +1,199 @@ >+// SPDX-License-Identifier: GPL-2.0 >+/* >+ * Copyright 2026 NXP. Nit: Copyright 2026 NXP Otherwise: Reviewed-by: Peng Fan <[email protected]>

