summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sdm845/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sdm845/spi.c')
-rw-r--r--src/soc/qualcomm/sdm845/spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sdm845/spi.c b/src/soc/qualcomm/sdm845/spi.c
index e276e1d214..27aafa7b72 100644
--- a/src/soc/qualcomm/sdm845/spi.c
+++ b/src/soc/qualcomm/sdm845/spi.c
@@ -21,6 +21,7 @@ static const struct spi_ctrlr spi_ctrlr = {
.claim_bus = sdm845_claim_bus,
.release_bus = sdm845_release_bus,
.xfer = sdm845_xfer,
+ .xfer_dual = sdm845_xfer_dual,
.max_xfer_size = QSPI_MAX_PACKET_COUNT,
};