summaryrefslogtreecommitdiff
path: root/drivers/regulator/hi6421v530-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/hi6421v530-regulator.c')
-rw-r--r--drivers/regulator/hi6421v530-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/hi6421v530-regulator.c b/drivers/regulator/hi6421v530-regulator.c
index 988115f9b594..23924ff0c7b2 100644
--- a/drivers/regulator/hi6421v530-regulator.c
+++ b/drivers/regulator/hi6421v530-regulator.c
@@ -200,6 +200,7 @@ static struct platform_driver hi6421v530_regulator_driver = {
.id_table = hi6421v530_regulator_table,
.driver = {
.name = "hi6421v530-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = hi6421v530_regulator_probe,
};