[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1567080445-32695-1-git-send-email-Ashish.Kumar@nxp.com>
Date: Thu, 29 Aug 2019 17:37:24 +0530
From: Ashish Kumar <Ashish.Kumar@....com>
To: tudor.ambarus@...rochip.com, marek.vasut@...il.com,
dwmw2@...radead.org, computersforpeace@...il.com,
miquel.raynal@...tlin.com, richard@....at, vigneshr@...com,
linux-mtd@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, Ashish Kumar <Ashish.Kumar@....com>,
Kuldeep Singh <kuldeep.singh@....com>,
Ashish Kumar <ashish.kumar@....com>
Subject: [PATCH v4] mtd: spi-nor: Add flash property for mt35xu02g
mt35xu02g is Octal flash supporting Single I/O and QCTAL I/O
and it has been tested on LS1028ARDB
Signed-off-by: Kuldeep Singh <kuldeep.singh@....com>
Signed-off-by: Ashish Kumar <ashish.kumar@....com>
Reviewed-by: Vignesh Raghavendra <vigneshr@...com>
---
v4:
split into seperate patch
v3:
v2:
did not exist
drivers/mtd/spi-nor/spi-nor.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index b585f3fee4f0..409e81153525 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -1899,6 +1899,9 @@ static const struct flash_info spi_nor_ids[] = {
SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ |
SPI_NOR_4B_OPCODES)
},
+ { "mt35xu02g", INFO(0x2c5b1c, 0, 128 * 1024, 2048,
+ SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ |
+ SPI_NOR_4B_OPCODES) },
/* PMC */
{ "pm25lv512", INFO(0, 0, 32 * 1024, 2, SECT_4K_PMC) },
--
2.17.1
Powered by blists - more mailing lists