Skip to content

Commit a14f650

Browse files
drivers: add xtx spi nor flash xt25f128b
Signed-off-by: Stephen <[email protected]>
1 parent dc32bac commit a14f650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mtd/spi-nor/spi-nor.c

+1
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ static const struct flash_info spi_nor_ids[] = {
848848

849849
/* XTX SPI Nor Flash */
850850
{ "xt25f32b", INFO(0x0b4016, 0, 64 * 1024, 64, SECT_4K) },
851+
{ "xt25f128b", INFO(0x0b4018, 0, 64 * 1024, 256, SECT_4K) },
851852
{ },
852853
};
853854

0 commit comments

Comments
 (0)