forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 36f0949ef9854b82a9a3154d970da4e3b8d12a61
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[];