]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: spi-nor: add octal read flag for flash mt35xu512aba
authorYogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
Tue, 15 Jan 2019 10:05:16 +0000 (10:05 +0000)
committerBoris Brezillon <bbrezillon@kernel.org>
Thu, 17 Jan 2019 07:43:12 +0000 (08:43 +0100)
commit2bda2f811b36cb7e569ca384e2dfcf74740a8279
tree6ad21e20ff068495a3909bcd5eb067666bf79684
parentfcd44b64b1eb0a33f6cc14f21dcb927ffd664af3
mtd: spi-nor: add octal read flag for flash mt35xu512aba

Add octal read flag for flash mt35xu512aba.
This flash, mt35xu512aba, is only complaint to SFDP JESD216B and does
not seem to support newer JESD216C standard that provides auto
detection of Octal mode capabilities and opcodes. Therefore, this
capability is manually added using new SPI_NOR_OCTAL_READ flag.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
drivers/mtd/spi-nor/spi-nor.c