27 Apr, 2020

1 commit

  • 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
    (cherry picked from commit d5c2580a245fa0cd4ae0012ceb5c8bd2f497f19c)

    Ye Li