File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1163,7 +1163,7 @@ static const struct aspeed_spi_data ast2500_spi_data = {
1163
1163
static const struct aspeed_spi_data ast2600_fmc_data = {
1164
1164
.max_cs = 3 ,
1165
1165
.hastype = false,
1166
- .mode_bits = SPI_RX_QUAD | SPI_RX_QUAD ,
1166
+ .mode_bits = SPI_RX_QUAD | SPI_TX_QUAD ,
1167
1167
.we0 = 16 ,
1168
1168
.ctl0 = CE0_CTRL_REG ,
1169
1169
.timing = CE0_TIMING_COMPENSATION_REG ,
@@ -1178,7 +1178,7 @@ static const struct aspeed_spi_data ast2600_fmc_data = {
1178
1178
static const struct aspeed_spi_data ast2600_spi_data = {
1179
1179
.max_cs = 2 ,
1180
1180
.hastype = false,
1181
- .mode_bits = SPI_RX_QUAD | SPI_RX_QUAD ,
1181
+ .mode_bits = SPI_RX_QUAD | SPI_TX_QUAD ,
1182
1182
.we0 = 16 ,
1183
1183
.ctl0 = CE0_CTRL_REG ,
1184
1184
.timing = CE0_TIMING_COMPENSATION_REG ,
You can’t perform that action at this time.
0 commit comments