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

Commit 34354d4b authored by Angelo Dureghello's avatar Angelo Dureghello Committed by Cyrille Pitchen
Browse files

mtd: spi-nor: add support for ISSI is25lp128



Add support for ISSI is25lp128 spi nor flash.

Signed-off-by: default avatarAngelo Dureghello <angelo@sysam.it>
Signed-off-by: default avatarCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1021,6 +1021,8 @@ static const struct flash_info spi_nor_ids[] = {

	/* ISSI */
	{ "is25cd512", INFO(0x7f9d20, 0, 32 * 1024,   2, SECT_4K) },
	{ "is25lp128", INFO(0x9d6018, 0, 64 * 1024, 256,
			SECT_4K | SPI_NOR_DUAL_READ) },

	/* Macronix */
	{ "mx25l512e",   INFO(0xc22010, 0, 64 * 1024,   1, SECT_4K) },