Skip to content

Commit a14f650

Browse files
drivers: add xtx spi nor flash xt25f128b
Signed-off-by: Stephen <stephen@vamrs.com>
1 parent dc32bac commit a14f650

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
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)