diff options
author | Takahiro Kuwano | 2021-06-29 15:00:56 +0900 |
---|---|---|
committer | Jagan Teki | 2021-06-29 19:16:54 +0530 |
commit | c32bfe0cd9bb0d72cbce990b8676367c6236a621 (patch) | |
tree | 40e12c886cf3f9bb734f79b739bd069140a1c10c /include/linux | |
parent | f6adec1af4b2f5d3012480c6cdce7743b74a6156 (diff) |
mtd: spi-nor: Add Cypress manufacturer ID
This patch adds Cypress manufacturer ID (34h) definition.
Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Reviewed-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mtd/spi-nor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index d68e48fd949..95ea6eb27a6 100644 --- a/include/linux/mtd/spi-nor.h +++ b/include/linux/mtd/spi-nor.h @@ -27,6 +27,7 @@ #define SNOR_MFR_SPANSION CFI_MFR_AMD #define SNOR_MFR_SST CFI_MFR_SST #define SNOR_MFR_WINBOND 0xef /* Also used by some Spansion */ +#define SNOR_MFR_CYPRESS 0x34 /* * Note on opcode nomenclature: some opcodes have a format like |