summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/it87spi.c b/it87spi.c
index bd3cb716c..56a85f29f 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -318,6 +318,7 @@ static const struct spi_master spi_master_it87xx = {
.write_256 = it8716f_spi_chip_write_256,
.write_aai = spi_chip_write_1,
.shutdown = it8716f_shutdown,
+ .probe_opcode = default_spi_probe_opcode,
};
static uint16_t it87spi_probe(uint16_t port)