Commit 771ff17e authored by YuheiOKAWA's avatar YuheiOKAWA Committed by Boris Brezillon
Browse files

mtd: spi-nor: Add support for EN25QH32



Add support for Eon en25qh32 spi nor flash.

Signed-off-by: default avatarYuheiOKAWA <tochiro.srchack@gmail.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent d616f81c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -994,6 +994,7 @@ static const struct flash_info 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) },
	{ "en25qh32",   INFO(0x1c7016, 0, 64 * 1024,   64, 0) },
	{ "en25qh128",  INFO(0x1c7018, 0, 64 * 1024,  256, 0) },
	{ "en25qh256",  INFO(0x1c7019, 0, 64 * 1024,  512, 0) },
	{ "en25s64",	INFO(0x1c3817, 0, 64 * 1024,  128, SECT_4K) },