All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spi-nor-ids: Add support for Adesto AT25SL321
@ 2019-10-21 13:51 Fabio Estevam
  2019-10-23 19:37 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2019-10-21 13:51 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@nxp.com>

Add an entry for the Adesto AT25SL321 SPI NOR chip.

This SPI NOR chip is found in the Embedded Artist i.MX7ULP COM board.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.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 6996c0a286..cf194770d7 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -76,6 +76,7 @@ const struct flash_info spi_nor_ids[] = {
 	{ INFO("at45db321d",	0x1f2700, 0, 64 * 1024,  64, SECT_4K) },
 	{ INFO("at45db641d",	0x1f2800, 0, 64 * 1024, 128, SECT_4K) },
 	{ INFO("at26df081a", 	0x1f4501, 0, 64 * 1024,  16, SECT_4K) },
+	{ INFO("at25sl321",	0x1f4216, 0, 64 * 1024,  64, SECT_4K) },
 #endif
 #ifdef CONFIG_SPI_FLASH_EON		/* EON */
 	/* EON -- en25xxx */
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] spi-nor-ids: Add support for Adesto AT25SL321
  2019-10-21 13:51 [U-Boot] [PATCH] spi-nor-ids: Add support for Adesto AT25SL321 Fabio Estevam
@ 2019-10-23 19:37 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2019-10-23 19:37 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 21, 2019 at 7:21 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Add an entry for the Adesto AT25SL321 SPI NOR chip.
>
> This SPI NOR chip is found in the Embedded Artist i.MX7ULP COM board.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.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 6996c0a286..cf194770d7 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -76,6 +76,7 @@ const struct flash_info spi_nor_ids[] = {
>         { INFO("at45db321d",    0x1f2700, 0, 64 * 1024,  64, SECT_4K) },
>         { INFO("at45db641d",    0x1f2800, 0, 64 * 1024, 128, SECT_4K) },
>         { INFO("at26df081a",    0x1f4501, 0, 64 * 1024,  16, SECT_4K) },
> +       { INFO("at25sl321",     0x1f4216, 0, 64 * 1024,  64, SECT_4K) },

Change the order and

Applied to u-boot-spi/master

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-23 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 13:51 [U-Boot] [PATCH] spi-nor-ids: Add support for Adesto AT25SL321 Fabio Estevam
2019-10-23 19:37 ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.