From d1ecd3ac134d53be06e349974f666d669f7c0b20 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 25 Oct 2019 17:56:24 +0000 Subject: [PATCH] flash: Add GigaDevice gd25q128 flash Add this flash chip which is a 128Mb spi flash. MFC after: 1 week --- sys/dev/flash/mx25l.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index c70850c619a..373b09a31b8 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -150,6 +150,7 @@ static struct mx25l_flash_ident flash_devices[] = { /* GigaDevice */ { "gd25q64", 0xc8, 0x4017, 64 * 1024, 128, FL_ERASE_4K }, + { "gd25q128", 0xc8, 0x4018, 64 * 1024, 256, FL_ERASE_4K }, }; static int