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 Spansion s25fl008k chip

Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

authored by

Kuninori Morimoto and committed by
Brian Norris
bec44c45 c039bef7

+1
+1
drivers/mtd/devices/m25p80.c
··· 971 971 { "s25sl016a", INFO(0x010214, 0, 64 * 1024, 32, 0) }, 972 972 { "s25sl032a", INFO(0x010215, 0, 64 * 1024, 64, 0) }, 973 973 { "s25sl064a", INFO(0x010216, 0, 64 * 1024, 128, 0) }, 974 + { "s25fl008k", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) }, 974 975 { "s25fl016k", INFO(0xef4015, 0, 64 * 1024, 32, SECT_4K) }, 975 976 { "s25fl064k", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) }, 976 977