summaryrefslogtreecommitdiff
path: root/drivers/regulator/max77826-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max77826-regulator.c')
-rw-r--r--drivers/regulator/max77826-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max77826-regulator.c b/drivers/regulator/max77826-regulator.c
index f9e2e884ff54..ea5d4b18b464 100644
--- a/drivers/regulator/max77826-regulator.c
+++ b/drivers/regulator/max77826-regulator.c
@@ -289,6 +289,7 @@ MODULE_DEVICE_TABLE(i2c, max77826_id);
static struct i2c_driver max77826_regulator_driver = {
.driver = {
.name = "max77826",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(max77826_of_match),
},
.probe_new = max77826_i2c_probe,