LF-10582: spi-nor: micron: Add mt35xu01gbba in id table

Add the new mt35xu01gbba chip in micron id table.

Signed-off-by: Han Xu <han.xu@nxp.com>
Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
This commit is contained in:
Han Xu 2023-10-25 15:51:20 -05:00
parent c108b3b9c5
commit e21c76e4d1

View File

@ -166,6 +166,13 @@ static const struct flash_info micron_nor_parts[] = {
MFR_FLAGS(USE_FSR)
.fixups = &mt35xu512aba_fixups
},
{ "mt35xu01gbba", INFO(0x2c5b1b, 0, 128 * 1024, 1024)
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_OCTAL_READ |
SPI_NOR_OCTAL_DTR_READ | SPI_NOR_OCTAL_DTR_PP)
FIXUP_FLAGS(SPI_NOR_4B_OPCODES | SPI_NOR_IO_MODE_EN_VOLATILE)
MFR_FLAGS(USE_FSR)
.fixups = &mt35xu512aba_fixups
},
{ "mt35xu02g", INFO(0x2c5b1c, 0, 128 * 1024, 2048)
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_OCTAL_READ)
FIXUP_FLAGS(SPI_NOR_4B_OPCODES)