summaryrefslogtreecommitdiff
path: root/drivers/regulator/mp8859.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/mp8859.c')
-rw-r--r--drivers/regulator/mp8859.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mp8859.c b/drivers/regulator/mp8859.c
index f893dadf2abb..b968a682f38a 100644
--- a/drivers/regulator/mp8859.c
+++ b/drivers/regulator/mp8859.c
@@ -144,6 +144,7 @@ MODULE_DEVICE_TABLE(i2c, mp8859_i2c_id);
static struct i2c_driver mp8859_regulator_driver = {
.driver = {
.name = "mp8859",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(mp8859_dt_id),
},
.probe_new = mp8859_i2c_probe,