hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/drivers/mtd/spi/sf_internal.h
....@@ -68,6 +68,7 @@
6868 #define USE_CLSR BIT(14) /* use CLSR command */
6969 #define SPI_NOR_HAS_SST26LOCK BIT(15) /* Flash supports lock/unlock via BPR */
7070 #define SPI_NOR_OCTAL_READ BIT(16) /* Flash supports Octal Read */
71
+#define SPI_NOR_OCTAL_DTR_READ BIT(17) /* Flash supports Octal DTR Read */
7172 };
7273
7374 extern const struct flash_info spi_nor_ids[];