u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Dhananjay Phadke <dphadke@linux.microsoft.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Vignesh R <vigneshr@ti.com>,
	u-boot@lists.denx.de
Subject: Re: [PATCH] mtd: spi-nor-ids: Add support for W25Q512JV
Date: Sat, 8 Jan 2022 15:47:58 -0800	[thread overview]
Message-ID: <0c3e4727-0997-a4c5-dab1-b09ea8781c72@linux.microsoft.com> (raw)
In-Reply-To: <20220108213934.3458-1-dphadke@linux.microsoft.com>

On 1/8/2022 1:39 PM, Dhananjay Phadke wrote:
> Add support for Winbond W25Q512JV 64MB SPI NOR flash.
> 
> https://www.digikey.com/en/product-highlight/w/winbond/w25q512jv-512-mb-serial-flash-memory
> 
> Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.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 b551ebd75e..017b165141 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -355,6 +355,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("w25q512jv", 0xef7020, 0, 64 * 1024, 1024,
> +			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
> +			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
> +	},
>   	{
>   		INFO("w25q01jv", 0xef4021, 0, 64 * 1024, 2048,
>   			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |

Will send v2 to use "w25q512jvm" name to be consistent with other DTR parts.

Regards,
Dhananjay

  reply	other threads:[~2022-01-08 23:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 21:39 [PATCH] mtd: spi-nor-ids: Add support for W25Q512JV Dhananjay Phadke
2022-01-08 23:47 ` Dhananjay Phadke [this message]
2022-04-20 15:18   ` Jaap Crezee
2022-04-28  3:53     ` Dhananjay Phadke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c3e4727-0997-a4c5-dab1-b09ea8781c72@linux.microsoft.com \
    --to=dphadke@linux.microsoft.com \
    --cc=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).