Re: [PATCH 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-05-26 Thread Michael Nazzareno Trimarchi
HI Fabio On Mon, May 26, 2025 at 4:27 PM Fabio Estevam wrote: > > On Sun, May 25, 2025 at 9:33 AM Michael Trimarchi > wrote: > > > > The clock driver allow to burst the performance of the nand > > allows to boostNAND > Ok > > controller. Make changes to let it use the new clock driver > >

Re: [PATCH 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-05-26 Thread Fabio Estevam
On Sun, May 25, 2025 at 9:33 AM Michael Trimarchi wrote: > > The clock driver allow to burst the performance of the nand allows to boostNAND > controller. Make changes to let it use the new clock driver > > Signed-off-by: Michael Trimarchi > --- > > drivers/mtd/nand/raw/mxs_nand.c| 12

[PATCH 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-05-25 Thread Michael Trimarchi
The clock driver allow to burst the performance of the nand controller. Make changes to let it use the new clock driver Signed-off-by: Michael Trimarchi --- drivers/mtd/nand/raw/mxs_nand.c| 12 drivers/mtd/nand/raw/mxs_nand_dt.c | 2 +- 2 files changed, 13 insertions(+), 1 del