Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 943b35a6 authored by Alexandre Pereira da Silva's avatar Alexandre Pereira da Silva Committed by David Woodhouse
Browse files

mtd: m25p80: Add support for m25pe20

parent 7bb9c754
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -714,6 +714,7 @@ static const struct spi_device_id m25p_ids[] = {
	{ "m45pe80", INFO(0x204014,  0, 64 * 1024,   16, 0) },
	{ "m45pe16", INFO(0x204015,  0, 64 * 1024,   32, 0) },

	{ "m25pe20", INFO(0x208012,  0, 64 * 1024,  4,       0) },
	{ "m25pe80", INFO(0x208014,  0, 64 * 1024, 16,       0) },
	{ "m25pe16", INFO(0x208015,  0, 64 * 1024, 32, SECT_4K) },