[PATCH v1 1/1] drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f support
Michal Simek
michal.simek at amd.com
Fri Sep 1 09:05:23 CEST 2023
On 8/21/23 14:45, Neal Frager wrote:
> This patch adds support for the MX25U25635F QSPI Flash Memory.
>
> Signed-off-by: Neal Frager <neal.frager at amd.com>
> ---
> 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 d0b49c4cf6..7534af684e 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -249,6 +249,7 @@ const struct flash_info spi_nor_ids[] = {
> { INFO("mx25u6435f", 0xc22537, 0, 64 * 1024, 128, SECT_4K) },
> { INFO("mx25l12805d", 0xc22018, 0, 64 * 1024, 256, SECT_4K) },
> { INFO("mx25u12835f", 0xc22538, 0, 64 * 1024, 256, SECT_4K) },
> + { INFO("mx25u25635f", 0xc22539, 0, 64 * 1024, 512, SECT_4K) },
> { INFO("mx25u51245g", 0xc2253a, 0, 64 * 1024, 1024, SECT_4K |
> SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) },
> { INFO("mx25l12855e", 0xc22618, 0, 64 * 1024, 256, 0) },
Applied.
M
More information about the U-Boot
mailing list