diff mbox series

[U-Boot,v1] mtd/spi: add support for is25lq040b

Message ID 20171120105338.19172-1-sean.nyekjaer@prevas.dk
State Accepted
Commit b4fbcbc5a5e406731cccf62102e383f9dac62398
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series [U-Boot,v1] mtd/spi: add support for is25lq040b | expand

Commit Message

Sean Nyekjær Nov. 20, 2017, 10:53 a.m. UTC
Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
---

v1:
 1: removed SECT_4K as the chip are supporting 32K and bulk erase

 drivers/mtd/spi/spi_flash_ids.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Jagan Teki Nov. 21, 2017, 1:55 p.m. UTC | #1
On Mon, Nov 20, 2017 at 4:23 PM, Sean Nyekjaer <sean.nyekjaer@prevas.dk> wrote:
> Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
> ---

Applied to u-boot-spi/master
diff mbox series

Patch

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index 13f64e773f..32c6123a03 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -70,6 +70,7 @@  const struct spi_flash_info spi_flash_ids[] = {
 	{"is25lp032",	   INFO(0x9d6016, 0x0, 64 * 1024,    64, 0) },
 	{"is25lp064",	   INFO(0x9d6017, 0x0, 64 * 1024,   128, 0) },
 	{"is25lp128",	   INFO(0x9d6018, 0x0, 64 * 1024,   256, 0) },
+	{"is25lq040b",	   INFO(0x9d4013, 0x0, 64 * 1024,    64, 0) },
 #endif
 #ifdef CONFIG_SPI_FLASH_MACRONIX	/* MACRONIX */
 	{"mx25l2006e",	   INFO(0xc22012, 0x0, 64 * 1024,     4, 0) },