[U-Boot] [PATCH] SPI: add support for the EON EN25Q80B flash chip
Angus Ainslie
angus at akkea.ca
Thu Nov 10 21:47:07 CET 2016
add a new jedec id for the EN25Q80B
---
drivers/mtd/spi/sf_params.c | 1 +
1 file changed, 1 insertion(+)
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