summaryrefslogtreecommitdiff
path: root/drivers/regulator/hi655x-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/hi655x-regulator.c')
-rw-r--r--drivers/regulator/hi655x-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/hi655x-regulator.c b/drivers/regulator/hi655x-regulator.c
index 556bb73f3329..1d8211f635b7 100644
--- a/drivers/regulator/hi655x-regulator.c
+++ b/drivers/regulator/hi655x-regulator.c
@@ -206,6 +206,7 @@ static struct platform_driver hi655x_regulator_driver = {
.id_table = hi655x_regulator_table,
.driver = {
.name = "hi655x-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = hi655x_regulator_probe,
};