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

Commit 0af18d27 authored by Gabor Juhos's avatar Gabor Juhos Committed by David Woodhouse
Browse files

mtd: m25p80: add support for the Winbond W25Q32 SPI flash chip

parent f80e521c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -716,6 +716,7 @@ static const struct spi_device_id m25p_ids[] = {
	{ "w25x80", INFO(0xef3014, 0, 64 * 1024,  16, SECT_4K) },
	{ "w25x16", INFO(0xef3015, 0, 64 * 1024,  32, SECT_4K) },
	{ "w25x32", INFO(0xef3016, 0, 64 * 1024,  64, SECT_4K) },
	{ "w25q32", INFO(0xef4016, 0, 64 * 1024,  64, SECT_4K) },
	{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },

	/* Catalyst / On Semiconductor -- non-JEDEC */