[U-Boot] [PATCH 2/2] SPI: add support for the EON EN25Q80B flash

Angus Ainslie angus at akkea.ca
Thu Nov 10 17:04:49 CET 2016


jedec id for the 8Mb EN25Q80B flash
---
 drivers/mtd/spi/sf_params.c | 1 +
 1 file changed, 1 insertion(+)

CC: Stefano Babic <sbabic at denx.de>
CC: Jagan Teki <jteki at openedev.com>
diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
index 5b50114..df15b3d 100644
--- a/drivers/mtd/spi/sf_params.c
+++ b/drivers/mtd/spi/sf_params.c
@@ -27,6 +27,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
 	{"AT26DF081A",     0x1f4501, 0x0,	64 * 1024,    16, SECT_4K},
 #endif
 #ifdef CONFIG_SPI_FLASH_EON		/* EON */
+	{"EN25Q80B",	   0x1c3014, 0x1c30,	64 * 1024,    16, 0},
 	{"EN25Q32B",	   0x1c3016, 0x0,	64 * 1024,    64, 0},
 	{"EN25Q64",	   0x1c3017, 0x0,	64 * 1024,   128, SECT_4K},
 	{"EN25Q128B",	   0x1c3018, 0x0,       64 * 1024,   256, 0},
-- 
2.7.4



More information about the U-Boot mailing list