Skip to content
Snippets Groups Projects
Commit 920559f1 authored by Jagan Teki's avatar Jagan Teki
Browse files

sf: winbond: Add support for W25Q128FW


Add support for Winbond W25Q128FW SPI flash.

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
parent e9fd3120
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = { ...@@ -97,6 +97,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
.nr_blocks = 128, .nr_blocks = 128,
.name = "W25Q64DW", .name = "W25Q64DW",
}, },
{
.id = 0x6018,
.nr_blocks = 256,
.name = "W25Q128FW",
},
}; };
struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode) struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment