Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: m25p80: add support for the EON EN25F32 chip

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Gabor Juhos and committed by
David Woodhouse
37a23c20 771df619

+2 -1
+2 -1
drivers/mtd/devices/m25p80.c
··· 655 655 { "at26df161a", INFO(0x1f4601, 0, 64 * 1024, 32, SECT_4K) }, 656 656 { "at26df321", INFO(0x1f4700, 0, 64 * 1024, 64, SECT_4K) }, 657 657 658 - /* EON -- en25pxx */ 658 + /* EON -- en25xxx */ 659 + { "en25f32", INFO(0x1c3116, 0, 64 * 1024, 64, SECT_4K) }, 659 660 { "en25p32", INFO(0x1c2016, 0, 64 * 1024, 64, 0) }, 660 661 { "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) }, 661 662