mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
sf: stmicro: Add support for N25Q1024
Add support for Numonyx N25Q1024 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
fd60c0ac31
commit
221cb084ad
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
|
|||
.nr_sectors = 1024,
|
||||
.name = "N25Q512A",
|
||||
},
|
||||
{
|
||||
.id = 0xba21,
|
||||
.pages_per_sector = 256,
|
||||
.nr_sectors = 2048,
|
||||
.name = "N25Q1024",
|
||||
},
|
||||
};
|
||||
|
||||
struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 * idcode)
|
||||
|
|
Loading…
Add table
Reference in a new issue