summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt6190-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt6190-regulator.c')
-rw-r--r--drivers/regulator/rt6190-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt6190-regulator.c b/drivers/regulator/rt6190-regulator.c
index 995e028abdd7..ca91a1f6d3c8 100644
--- a/drivers/regulator/rt6190-regulator.c
+++ b/drivers/regulator/rt6190-regulator.c
@@ -483,6 +483,7 @@ MODULE_DEVICE_TABLE(of, rt6190_of_dev_table);
static struct i2c_driver rt6190_driver = {
.driver = {
.name = "rt6190",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rt6190_of_dev_table,
.pm = pm_ptr(&rt6190_dev_pm),
},