u-boot/drivers/mtd/spi/sf_internal.h
.. .. @@ -68,6 +68,7 @@ 68 68 #define USE_CLSR BIT(14) /* use CLSR command */ 69 69 #define SPI_NOR_HAS_SST26LOCK BIT(15) /* Flash supports lock/unlock via BPR */ 70 70 #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 */71 72 }; 72 73 73 74 extern const struct flash_info spi_nor_ids[];