summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt5759-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt5759-regulator.c')
-rw-r--r--drivers/regulator/rt5759-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt5759-regulator.c b/drivers/regulator/rt5759-regulator.c
index 8488417f4b2c..d5a42ad21a9a 100644
--- a/drivers/regulator/rt5759-regulator.c
+++ b/drivers/regulator/rt5759-regulator.c
@@ -359,6 +359,7 @@ MODULE_DEVICE_TABLE(of, rt5759_device_table);
static struct i2c_driver rt5759_driver = {
.driver = {
.name = "rt5759",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(rt5759_device_table),
},
.probe_new = rt5759_probe,