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 Winbond W25Q64

This patch adds support for the Winbond W25Q64 serial flash.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Thierry Reding and committed by
David Woodhouse
d2ac467a c1194c79

+1
+1
drivers/mtd/devices/m25p80.c
··· 716 716 { "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) }, 717 717 { "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) }, 718 718 { "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) }, 719 + { "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) }, 719 720 720 721 /* Catalyst / On Semiconductor -- non-JEDEC */ 721 722 { "cat25c11", CAT25_INFO( 16, 8, 16, 1) },