summaryrefslogtreecommitdiff
path: root/drivers/regulator/rtq2134-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rtq2134-regulator.c')
-rw-r--r--drivers/regulator/rtq2134-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rtq2134-regulator.c b/drivers/regulator/rtq2134-regulator.c
index 8e13dea354a2..ee1577dc3cfc 100644
--- a/drivers/regulator/rtq2134-regulator.c
+++ b/drivers/regulator/rtq2134-regulator.c
@@ -363,6 +363,7 @@ MODULE_DEVICE_TABLE(of, rtq2134_device_tables);
static struct i2c_driver rtq2134_driver = {
.driver = {
.name = "rtq2134",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rtq2134_device_tables,
},
.probe_new = rtq2134_probe,