summaryrefslogtreecommitdiff
path: root/drivers/regulator/hi6421v600-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/hi6421v600-regulator.c')
-rw-r--r--drivers/regulator/hi6421v600-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/hi6421v600-regulator.c b/drivers/regulator/hi6421v600-regulator.c
index 4671678f6b19..4e10daa1e689 100644
--- a/drivers/regulator/hi6421v600-regulator.c
+++ b/drivers/regulator/hi6421v600-regulator.c
@@ -284,6 +284,7 @@ static struct platform_driver hi6421_spmi_regulator_driver = {
.id_table = hi6421_spmi_regulator_table,
.driver = {
.name = "hi6421v600-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = hi6421_spmi_regulator_probe,
};