Re: [PATCH for-5.2 03/19] m25p80: Add support for n25q512ax3

2020-08-06 Thread Joel Stanley
On Thu, 6 Aug 2020 at 13:21, Cédric Le Goater wrote: > > Datasheet available here : > > https://www.micron.com/-/media/client/global/Documents/Products/Data%20Sheet/NOR%20Flash/Serial%20NOR/N25Q/n25q_512mb_1ce_3v_65nm.pdf > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley > --- > h

[PATCH for-5.2 03/19] m25p80: Add support for n25q512ax3

2020-08-06 Thread Cédric Le Goater
Datasheet available here : https://www.micron.com/-/media/client/global/Documents/Products/Data%20Sheet/NOR%20Flash/Serial%20NOR/N25Q/n25q_512mb_1ce_3v_65nm.pdf Signed-off-by: Cédric Le Goater --- hw/block/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/block/m25p80.c b/hw/block