This patch adds support for Numonyx N25Q128 3V SPI flash.
This commit is based on a diff patch from customer
niemann@heidenhain.de and is not supported by Xilinx
since it can’t be tested.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
.page_size = 256,
.pages_per_sector = 256,
.nr_sectors = 256,
- .name = "N25Q128",
+ .name = "N25Q128_1.8V",
+ },
+ {
+ .idcode1 = 0x18,
+ .idcode = 0x20BA1810,
+ .page_size = 256,
+ .pages_per_sector = 256,
+ .nr_sectors = 256,
+ .name = "N25Q128_3V",
},
{
.idcode1 = 0x18,