mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
sf: winbond: Add W25Q64W
Add support for Winbond's W25Q64W SPI flash. This device is used on xilinx zynq emulation platform. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
4e994c168f
commit
5818a09d70
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
|||
.nr_blocks = 128,
|
||||
.name = "W25Q80",
|
||||
},
|
||||
{
|
||||
.id = 0x6017,
|
||||
.nr_blocks = 128,
|
||||
.name = "W25Q64DW",
|
||||
},
|
||||
};
|
||||
|
||||
struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
|
||||
|
|
Loading…
Reference in a new issue