diff options
-rw-r--r-- | drivers/usb/typec/tcpm/tcpci_maxim_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/typec/tcpm/tcpci_maxim_core.c b/drivers/usb/typec/tcpm/tcpci_maxim_core.c index 43b0ec2d12ba..19f638650796 100644 --- a/drivers/usb/typec/tcpm/tcpci_maxim_core.c +++ b/drivers/usb/typec/tcpm/tcpci_maxim_core.c @@ -572,6 +572,7 @@ MODULE_DEVICE_TABLE(of, max_tcpci_of_match); static struct i2c_driver max_tcpci_i2c_driver = { .driver = { .name = "maxtcpc", + .probe_type = PROBE_PREFER_ASYNCHRONOUS, .of_match_table = max_tcpci_of_match, .pm = &max_tcpci_pm_ops, }, |