hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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[];