diff options
| author | Takahiro Kuwano <[email protected]> | 2021-06-29 15:00:56 +0900 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2021-06-29 19:16:54 +0530 |
| commit | c32bfe0cd9bb0d72cbce990b8676367c6236a621 (patch) | |
| tree | 40e12c886cf3f9bb734f79b739bd069140a1c10c /include/linux/mtd | |
| parent | f6adec1af4b2f5d3012480c6cdce7743b74a6156 (diff) | |
mtd: spi-nor: Add Cypress manufacturer ID
This patch adds Cypress manufacturer ID (34h) definition.
Signed-off-by: Takahiro Kuwano <[email protected]>
Reviewed-by: Pratyush Yadav <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include/linux/mtd')
| -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 |
