[PATCH] mtd: spi-nor-ids: Add identity for GigaDevice GD25LQ128E
Jagan Teki
jagan at amarulasolutions.com
Wed Dec 14 16:43:19 CET 2022
On Thu, Nov 10, 2022 at 4:44 PM Peter Robinson <pbrobinson at gmail.com> wrote:
>
> Add the Gigadevice GD25LQ128E identifers so it can be properly
> used.
>
> Datasheet: https://www.gigadevice.com/datasheet/gd25lq128e/
>
> Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
> ---
> drivers/mtd/spi/spi-nor-ids.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
> index 4fe8b0d92c4..d9dea7463f0 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -123,6 +123,11 @@ const struct flash_info spi_nor_ids[] = {
> SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
> SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
> },
> + {
> + INFO("gd25lq128e", 0x257018, 0, 64 * 1024, 256,
Seems like part id is wrong, Page 20 shows 0xc86018.
Jagan.
More information about the U-Boot
mailing list