All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagannadh.teki@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mtd: add spi flash id s25fl128l
Date: Mon, 16 Jul 2018 14:22:37 +0530	[thread overview]
Message-ID: <CAD6G_RSyDyKm93xaGYzKwycAaBj2NSTnoj=4Kuq2yJYFbZuLOQ@mail.gmail.com> (raw)
In-Reply-To: <48967cc2.AMMAAA9BrmcAAAAAAAAAAALjdEIAAAAA0lkAAAAAAAkLgwBbRbPt@mailjet.com>

On Wed, Jul 11, 2018 at 1:08 PM, Clément Laigle <c.laigle@catie.fr> wrote:
> From: Clement Laigle <c.laigle@catie.fr>
>
> Add support for SPANSION s25fl128l 256k and 64k
>
> Signed-off-by: Clément Laigle <c.laigle@catie.fr>
> ---
>  drivers/mtd/spi/spi_flash_ids.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
> index 9212373dae..f7e9e92955 100644
> --- a/drivers/mtd/spi/spi_flash_ids.c
> +++ b/drivers/mtd/spi/spi_flash_ids.c
> @@ -107,6 +107,8 @@ const struct spi_flash_info spi_flash_ids[] = {
>         {"s25fl064p",      INFO(0x010216, 0x4d00,  64 * 1024,   128, RD_FULL | WR_QPP) },
>         {"s25fl128s_256k", INFO(0x012018, 0x4d00, 256 * 1024,    64, RD_FULL | WR_QPP) },
>         {"s25fl128s_64k",  INFO(0x012018, 0x4d01,  64 * 1024,   256, RD_FULL | WR_QPP) },
> +       {"s25fl128l_256k", INFO(0x016018, 0x0, 256 * 1024,    64, RD_FULL | WR_QPP) },
> +       {"s25fl128l_64k",  INFO(0x016018, 0x0,  64 * 1024,   256, RD_FULL | WR_QPP) },

256 vs 64 have change in EXT_ID, update the same otherwise it will
detect 256k even if the chip is 64k

      reply	other threads:[~2018-07-16  8:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11  7:38 [U-Boot] [PATCH] mtd: add spi flash id s25fl128l Clément Laigle
2018-07-16  8:52 ` Jagan Teki [this message]

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='CAD6G_RSyDyKm93xaGYzKwycAaBj2NSTnoj=4Kuq2yJYFbZuLOQ@mail.gmail.com' \
    --to=jagannadh.teki@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 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.