summaryrefslogtreecommitdiff
path: root/drivers/regulator/bd9576-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/bd9576-regulator.c')
-rw-r--r--drivers/regulator/bd9576-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/bd9576-regulator.c b/drivers/regulator/bd9576-regulator.c
index 02c70768652b..d4ca7b3f4036 100644
--- a/drivers/regulator/bd9576-regulator.c
+++ b/drivers/regulator/bd9576-regulator.c
@@ -1126,6 +1126,7 @@ MODULE_DEVICE_TABLE(platform, bd957x_pmic_id);
static struct platform_driver bd957x_regulator = {
.driver = {
.name = "bd957x-pmic",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = bd957x_probe,
.id_table = bd957x_pmic_id,