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

Commit f9952754 authored by Daniel Schwierzeck's avatar Daniel Schwierzeck Committed by David Woodhouse
Browse files

mtd: m25p80: add support for Macronix MX66L51235L

parent 35f8c769
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -753,6 +753,7 @@ static const struct spi_device_id m25p_ids[] = {
	{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
	{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
	{ "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
	{ "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
	{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
	{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
	{ "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, 0) },


	/* Micron */
	/* Micron */
	{ "n25q128a11",  INFO(0x20bb18, 0, 64 * 1024, 256, 0) },
	{ "n25q128a11",  INFO(0x20bb18, 0, 64 * 1024, 256, 0) },