summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDhruva Gole <d-gole@ti.com>2022-11-17 17:41:01 +0530
committerAnand Gadiyar <gadiyar@ti.com>2022-11-21 09:33:37 -0600
commit15d6f04fd76c5646b5b609e2606425182710130b (patch)
tree4a26e016c5c806ab3bee2f8749476ec03433ad34 /include
parent4e09478aa64a2959f9071d74359d7efca1b2c826 (diff)
mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
Commit 72151ad10f8dcc3c86084259b227a7d70cc79473 upstream. Cypress chips support SPINOR_OP_EN4B(B7h) to enable 4-byte addressing mode. Cypress chips support B8h to disable 4-byte addressing mode instead of SPINOR_OP_EX4B(E9h). This patch defines new opcode and updates set_4byte() to support enable/disable 4-byte addressing mode for Cypress chips. Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com> Signed-off-by: Dhruva Gole <d-gole@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/spi-nor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index aec4c86b5f..4e6e52ebfc 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -123,6 +123,7 @@
#define SPINOR_OP_BRWR 0x17 /* Bank register write */
#define SPINOR_OP_BRRD 0x16 /* Bank register read */
#define SPINOR_OP_CLSR 0x30 /* Clear status register 1 */
+#define SPINOR_OP_EX4B_CYPRESS 0xB8 /* Exit 4-byte mode */
#define SPINOR_OP_RDAR 0x65 /* Read any register */
#define SPINOR_OP_WRAR 0x71 /* Write any register */
#define SPINOR_REG_ADDR_STR1V 0x00800000