From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] mtd: spi-nor: ids: Add is25wp256 chip
Date: Sun, 29 Sep 2019 13:12:37 +0530 [thread overview]
Message-ID: <20190929074239.11575-4-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20190929074239.11575-1-jagan@amarulasolutions.com>
Add is25wp256, chip to spi-nor id table.
Tested on Sifive fuse540 board.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
drivers/mtd/spi/spi-nor-ids.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index 6996c0a286..04db986561 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
+++ b/drivers/mtd/spi/spi-nor-ids.c
@@ -128,6 +128,8 @@ const struct flash_info spi_nor_ids[] = {
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
{ INFO("is25wp128", 0x9d7018, 0, 64 * 1024, 256,
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
+ { INFO("is25wp256", 0x9d7019, 0, 64 * 1024, 512,
+ SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
#endif
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
/* Macronix */
--
2.18.0.321.gffc6fa0e3
next prev parent reply other threads:[~2019-09-29 7:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-29 7:42 [U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support Jagan Teki
2019-09-29 7:42 ` [U-Boot] [PATCH 1/5] riscv: dts: Add hifive-unleashed-a00 dts from Linux Jagan Teki
2019-09-30 10:04 ` Bin Meng
2019-10-01 11:10 ` Jagan Teki
2019-10-02 10:27 ` Jagan Teki
2019-10-06 17:58 ` Auer, Lukas
2019-10-06 17:55 ` Auer, Lukas
2019-09-29 7:42 ` [U-Boot] [PATCH 2/5] sifive: fu540: Enable OF_SEPARATE Jagan Teki
2019-09-30 10:04 ` Bin Meng
2019-09-29 7:42 ` Jagan Teki [this message]
2019-09-30 10:05 ` [U-Boot] [PATCH 3/5] mtd: spi-nor: ids: Add is25wp256 chip Bin Meng
2019-09-29 7:42 ` [U-Boot] [PATCH 4/5] riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi Jagan Teki
2019-09-30 10:05 ` Bin Meng
2019-10-01 11:13 ` Jagan Teki
2019-10-02 10:36 ` Jagan Teki
2019-09-29 7:42 ` [U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support Jagan Teki
2019-09-30 10:05 ` Bin Meng
2019-10-01 11:12 ` Jagan Teki
2019-09-29 7:59 ` [U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support Bin Meng
2019-10-01 11:09 ` Jagan Teki
2019-10-01 11:32 ` Bin Meng
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=20190929074239.11575-4-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox