From 303c356245bb3e7efab29e776b941d733a8f77bc Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 21 Jul 2016 15:48:41 +0000 Subject: [PATCH] [mx25l] add new device id. Tested: * (submitter) TP-Link TL-WR1043nd v3 Submitted by: tj@enoti.me --- sys/dev/flash/mx25l.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index b41986f258e..1da67603025 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -133,6 +133,9 @@ struct mx25l_flash_ident flash_devices[] = { /* Atmel */ { "at25df641", 0x1f, 0x4800, 64 * 1024, 128, FL_ERASE_4K }, + + /* GigaDevice */ + { "gd25q64", 0xc8, 0x4017, 64 * 1024, 128, FL_ERASE_4K }, }; static uint8_t