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

Commit ada766e9 authored by Mikhail Kshevetskiy's avatar Mikhail Kshevetskiy Committed by Artem Bityutskiy
Browse files

mtd: m25p80: add support for at25df321a spi data flash

parent 5172ac1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -655,6 +655,7 @@ static const struct spi_device_id m25p_ids[] = {
	{ "at25fs040",  INFO(0x1f6604, 0, 64 * 1024,   8, SECT_4K) },

	{ "at25df041a", INFO(0x1f4401, 0, 64 * 1024,   8, SECT_4K) },
	{ "at25df321a", INFO(0x1f4701, 0, 64 * 1024,  64, SECT_4K) },
	{ "at25df641",  INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },

	{ "at26f004",   INFO(0x1f0400, 0, 64 * 1024,  8, SECT_4K) },