On Sun, May 25, 2025 at 9:24 AM Michael Trimarchi <mich...@amarulasolutions.com> wrote: > > Allow to use clock framework for the m2 platform. This allow > to have better performance to nand controller
Enable the clock framework on the m2 platform. This helps to increase the NAND controller performance. > Signed-off-by: Michael Trimarchi <mich...@amarulasolutions.com> > --- > > configs/imx6ulz_smm_m2_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configs/imx6ulz_smm_m2_defconfig > b/configs/imx6ulz_smm_m2_defconfig > index 436bfb78cc2..5f0ec452467 100644 > --- a/configs/imx6ulz_smm_m2_defconfig > +++ b/configs/imx6ulz_smm_m2_defconfig > @@ -43,6 +43,8 @@ CONFIG_ENV_IS_IN_NAND=y > CONFIG_SYS_RELOC_GD_ENV_ADDR=y > CONFIG_NO_NET=y > CONFIG_BOUNCE_BUFFER=y > +CONFIG_CLK_COMPOSITE_CCF=y > +CONFIG_CLK_IMX6UL=y > CONFIG_USB_FUNCTION_FASTBOOT=y > CONFIG_FASTBOOT_BUF_ADDR=0x82000000 > CONFIG_FASTBOOT_FLASH=y > @@ -50,6 +52,7 @@ CONFIG_FASTBOOT_UUU_SUPPORT=y > CONFIG_SYS_I2C_MXC=y > # CONFIG_MMC is not set > CONFIG_MTD=y > +CONFIG_DM_MTD=y This change is not mentioned in the commit log.