summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt6245-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt6245-regulator.c')
-rw-r--r--drivers/regulator/rt6245-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt6245-regulator.c b/drivers/regulator/rt6245-regulator.c
index cb22a207e9ff..8721d11c7964 100644
--- a/drivers/regulator/rt6245-regulator.c
+++ b/drivers/regulator/rt6245-regulator.c
@@ -243,6 +243,7 @@ MODULE_DEVICE_TABLE(of, rt6245_of_match_table);
static struct i2c_driver rt6245_driver = {
.driver = {
.name = "rt6245",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rt6245_of_match_table,
},
.probe_new = rt6245_probe,