Skip to content

Commit

Permalink
drivers: add xtx spi nor flash xt25f128b
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen <[email protected]>
  • Loading branch information
StephenInVamrs committed Jul 30, 2019
1 parent dc32bac commit a14f650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/spi-nor/spi-nor.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ static const struct flash_info spi_nor_ids[] = {

/* XTX SPI Nor Flash */
{ "xt25f32b", INFO(0x0b4016, 0, 64 * 1024, 64, SECT_4K) },
{ "xt25f128b", INFO(0x0b4018, 0, 64 * 1024, 256, SECT_4K) },
{ },
};

Expand Down

0 comments on commit a14f650

Please sign in to comment.