[PATCH v3 1/3] mtd: spi-nor-ids: Add support for ESMT/EON EN25Q80B
Andre Przywara
andre.przywara at arm.com
Thu Feb 15 17:50:54 CET 2024
On Thu, 15 Feb 2024 14:35:19 +0100
Frieder Schrempf <frieder at fris.de> wrote:
> From: Frieder Schrempf <frieder.schrempf at kontron.de>
>
> The datasheet can be found here:
> https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/EN25Q80B_Ver.E.pdf
>
> Signed-off-by: Frieder Schrempf <frieder.schrempf at kontron.de>
> Reviewed-by: Fabio Estevam <festevam at gmail.com>
> ---
> Changes in v3:
> * none
Why do you resend then? Also v4 seems unchanged? Did you adjust the people
in CC:? If you want to notify more people, please just reply to your own
patch.
Cheers,
Andre
> Changes in v2:
> * Add R-b tag from Fabio (Thanks!)
> ---
> drivers/mtd/spi/spi-nor-ids.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
> index 38a287487ed..4e83b8c94c9 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -80,6 +80,7 @@ const struct flash_info spi_nor_ids[] = {
> #endif
> #ifdef CONFIG_SPI_FLASH_EON /* EON */
> /* EON -- en25xxx */
> + { INFO("en25q80b", 0x1c3014, 0, 64 * 1024, 16, SECT_4K) },
> { INFO("en25q32b", 0x1c3016, 0, 64 * 1024, 64, 0) },
> { INFO("en25q64", 0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
> { INFO("en25q128b", 0x1c3018, 0, 64 * 1024, 256, 0) },
More information about the U-Boot
mailing list