aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Kumar <[email protected]>2019-08-29 17:37:24 +0530
committerTudor Ambarus <[email protected]>2019-08-30 10:07:34 +0300
commit173c3d47736e31e388e3ff24cfd5d624f3d8d236 (patch)
treeaad837cb428ee646852ee756f6f495c6c0748fb1
parent3a960339e08e168c03f0587b788f05fadf4e396d (diff)
mtd: spi-nor: Add support for mt35xu02g
mt35xu02g is an Octal flash supporting Single and OCTAL I/O. Tested on LS1028ARDB. Signed-off-by: Kuldeep Singh <[email protected]> Signed-off-by: Ashish Kumar <[email protected]> Reviewed-by: Vignesh Raghavendra <[email protected]> [[email protected]: reword commit message] Signed-off-by: Tudor Ambarus <[email protected]>
-rw-r--r--drivers/mtd/spi-nor/spi-nor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index c6ebfbe25a73..2129cddc1a87 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -2324,6 +2324,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) },