mirror of
https://xff.cz/git/u-boot/
synced 2025-09-20 01:52:09 +02:00
sf: stmicro: Add support for N25Q256A
Add support for Numonyx N25Q256A SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Tom Rini
parent
b1431dac32
commit
d62ef5619c
@@ -134,6 +134,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
|
|||||||
.nr_sectors = 512,
|
.nr_sectors = 512,
|
||||||
.name = "N25Q256",
|
.name = "N25Q256",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = 0xbb19,
|
||||||
|
.pages_per_sector = 256,
|
||||||
|
.nr_sectors = 512,
|
||||||
|
.name = "N25Q256A",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 * idcode)
|
struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 * idcode)
|
||||||
|
Reference in New Issue
Block a user