summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt4801-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt4801-regulator.c')
-rw-r--r--drivers/regulator/rt4801-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt4801-regulator.c b/drivers/regulator/rt4801-regulator.c
index 563d79196fdd..be3dc981195c 100644
--- a/drivers/regulator/rt4801-regulator.c
+++ b/drivers/regulator/rt4801-regulator.c
@@ -239,6 +239,7 @@ MODULE_DEVICE_TABLE(of, rt4801_of_id);
static struct i2c_driver rt4801_driver = {
.driver = {
.name = "rt4801",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(rt4801_of_id),
},
.probe_new = rt4801_probe,