summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp873x-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/lp873x-regulator.c')
-rw-r--r--drivers/regulator/lp873x-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/lp873x-regulator.c b/drivers/regulator/lp873x-regulator.c
index d6e597922cb5..8dfdd1db2070 100644
--- a/drivers/regulator/lp873x-regulator.c
+++ b/drivers/regulator/lp873x-regulator.c
@@ -187,6 +187,7 @@ MODULE_DEVICE_TABLE(platform, lp873x_regulator_id_table);
static struct platform_driver lp873x_regulator_driver = {
.driver = {
.name = "lp873x-pmic",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = lp873x_regulator_probe,
.id_table = lp873x_regulator_id_table,