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

Commit a41595b3 authored by Sergey Ryazanov's avatar Sergey Ryazanov Committed by Brian Norris
Browse files

mtd: spi-nor: add support for EON EN25QH128

parent 4f5cb243
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -495,6 +495,7 @@ const struct spi_device_id spi_nor_ids[] = {
	{ "en25q32b",   INFO(0x1c3016, 0, 64 * 1024,   64, 0) },
	{ "en25p64",    INFO(0x1c2017, 0, 64 * 1024,  128, 0) },
	{ "en25q64",    INFO(0x1c3017, 0, 64 * 1024,  128, SECT_4K) },
	{ "en25qh128",  INFO(0x1c7018, 0, 64 * 1024,  256, 0) },
	{ "en25qh256",  INFO(0x1c7019, 0, 64 * 1024,  512, 0) },

	/* ESMT */