]> git.sur5r.net Git - u-boot/blobdiff - include/spi.h
sf: Make IO modes at last in read modes
[u-boot] / include / spi.h
index 80f85230765a7e75708754daf8dc3c93f4de1339..85866a27fcb7f65b3ef11cdea2a3e2e832ca3712 100644 (file)
@@ -30,7 +30,7 @@
 #define SPI_RX_SLOW    BIT(0)                  /* receive with 1 wire slow */
 #define SPI_RX_FAST    BIT(1)                  /* receive with 1 wire fast */
 #define SPI_RX_DUAL    BIT(2)                  /* receive with 2 wires */
-#define SPI_RX_QUAD    BIT(4)                  /* receive with 4 wires */
+#define SPI_RX_QUAD    BIT(3)                  /* receive with 4 wires */
 
 /* SPI bus connection options - see enum spi_dual_flash */
 #define SPI_CONN_DUAL_SHARED           (1 << 0)