diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-21 16:13:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-21 16:13:43 -0400 |
commit | e9f1f5f48650301bd9e4194c474d19081c54f05b (patch) | |
tree | 7a7ed92ffc14612dbaac4bf7a84603687beae613 /include/linux/mtd/spinand.h | |
parent | 7303ba10a4a39852b9ba356fae5656b43122eec6 (diff) | |
parent | fe48d4f99680ab99d9a6798928eb7c184c61c486 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
- add new series Micron SPI NAND devices (Shivamurthy)
Diffstat (limited to 'include/linux/mtd/spinand.h')
-rw-r--r-- | include/linux/mtd/spinand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/spinand.h b/include/linux/mtd/spinand.h index 83eafb184e..88bacde91e 100644 --- a/include/linux/mtd/spinand.h +++ b/include/linux/mtd/spinand.h @@ -246,6 +246,7 @@ struct spinand_ecc_info { }; #define SPINAND_HAS_QE_BIT BIT(0) +#define SPINAND_HAS_CR_FEAT_BIT BIT(1) /** * struct spinand_info - Structure used to describe SPI NAND chips |