Skip to content

Commit e66e280

Browse files
computersforpeaceDavid Woodhouse
authored andcommitted
mtd: m25p80: n25q064 is Micron, not Intel/Numonyx
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
1 parent b5a6c30 commit e66e280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/devices/m25p80.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ static const struct spi_device_id m25p_ids[] = {
741741
{ "160s33b", INFO(0x898911, 0, 64 * 1024, 32, 0) },
742742
{ "320s33b", INFO(0x898912, 0, 64 * 1024, 64, 0) },
743743
{ "640s33b", INFO(0x898913, 0, 64 * 1024, 128, 0) },
744-
{ "n25q064", INFO(0x20ba17, 0, 64 * 1024, 128, 0) },
745744

746745
/* Macronix */
747746
{ "mx25l2005a", INFO(0xc22012, 0, 64 * 1024, 4, SECT_4K) },
@@ -757,6 +756,7 @@ static const struct spi_device_id m25p_ids[] = {
757756
{ "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, 0) },
758757

759758
/* Micron */
759+
{ "n25q064", INFO(0x20ba17, 0, 64 * 1024, 128, 0) },
760760
{ "n25q128a11", INFO(0x20bb18, 0, 64 * 1024, 256, 0) },
761761
{ "n25q128a13", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
762762
{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) },

0 commit comments

Comments
 (0)