diff options
-rw-r--r-- | drivers/mtd/devices/m25p80.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 35e7e9896b17..363590d5234b 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c | |||
@@ -292,11 +292,11 @@ static const struct spi_device_id m25p_ids[] = { | |||
292 | {"m45pe10"}, {"m45pe80"}, {"m45pe16"}, | 292 | {"m45pe10"}, {"m45pe80"}, {"m45pe16"}, |
293 | {"m25pe20"}, {"m25pe80"}, {"m25pe16"}, | 293 | {"m25pe20"}, {"m25pe80"}, {"m25pe16"}, |
294 | {"m25px16"}, {"m25px32"}, {"m25px32-s0"}, {"m25px32-s1"}, | 294 | {"m25px16"}, {"m25px32"}, {"m25px32-s0"}, {"m25px32-s1"}, |
295 | {"m25px64"}, | 295 | {"m25px64"}, {"m25px80"}, |
296 | {"w25x10"}, {"w25x20"}, {"w25x40"}, {"w25x80"}, | 296 | {"w25x10"}, {"w25x20"}, {"w25x40"}, {"w25x80"}, |
297 | {"w25x16"}, {"w25x32"}, {"w25q32"}, {"w25q32dw"}, | 297 | {"w25x16"}, {"w25x32"}, {"w25q32"}, {"w25q32dw"}, |
298 | {"w25x64"}, {"w25q64"}, {"w25q128"}, {"w25q80"}, | 298 | {"w25x64"}, {"w25q64"}, {"w25q80"}, {"w25q80bl"}, |
299 | {"w25q80bl"}, {"w25q128"}, {"w25q256"}, {"cat25c11"}, | 299 | {"w25q128"}, {"w25q256"}, {"cat25c11"}, |
300 | {"cat25c03"}, {"cat25c09"}, {"cat25c17"}, {"cat25128"}, | 300 | {"cat25c03"}, {"cat25c09"}, {"cat25c17"}, {"cat25128"}, |
301 | { }, | 301 | { }, |
302 | }; | 302 | }; |