mtd: spi-nor-core: Fixup SNOR_F_IO_MODE_EN_VOLATILE for MT35X
authorVaishnav Achath <vaishnav.a@ti.com>
Mon, 25 Nov 2024 10:49:47 +0000 (16:19 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 6 May 2025 19:12:43 +0000 (13:12 -0600)
commitea2c6df478550fd5e4a412412cea30c986883808
tree2733655c5249e8311d2b79a8481e35be021dd06d
parent4d3b5c679bc9d5c6cbbeedcc1e4a186f1cc35541
mtd: spi-nor-core: Fixup SNOR_F_IO_MODE_EN_VOLATILE for MT35X

MT35XU512ABA has only BFPT and 4-Byte Address Instruction Table
in  SFDP. commit bebdc237507c ("mtd: spi-nor: Parse SFDP SCCR Map")
added checks in spi_nor_octal_dtr_enable() to bail out if the 22nd DWORD
in SCCR does not indicate DTR Octal Mode Enable, since MT35XU512ABA device
supports octal DTR mode, add this property in SFDP fixup.

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
drivers/mtd/spi/spi-nor-core.c