Commits
Ye Li committed d5c2580a245
MLK-22556-1 spi: flexspi_nand: Add new flexspi nand driver Add flexspi_nand driver which works on iMX flexspi controller to support SPI NAND flash. This driver requires DM_SPI and follows SPI-MEM interfaces to adapt to the SPI NAND framework. Note: Current implementation limits to the 12-bit column address. This is popular in main stream SPI NAND and flash devices supported in u-boot. If device with larger page size (> 4096) needs to support, we have to change the driver. Signed-off-by: Ye Li <ye.li@nxp.com>