summaryrefslogtreecommitdiff
path: root/drivers/regulator/max20411-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max20411-regulator.c')
-rw-r--r--drivers/regulator/max20411-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max20411-regulator.c b/drivers/regulator/max20411-regulator.c
index 83dacb4ff173..be8169b86a89 100644
--- a/drivers/regulator/max20411-regulator.c
+++ b/drivers/regulator/max20411-regulator.c
@@ -153,6 +153,7 @@ MODULE_DEVICE_TABLE(i2c, max20411_id);
static struct i2c_driver max20411_i2c_driver = {
.driver = {
.name = "max20411",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_max20411_match_tbl,
},
.probe_new = max20411_probe,