summaryrefslogtreecommitdiff
path: root/drivers/regulator/vqmmc-ipq4019-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/vqmmc-ipq4019-regulator.c')
-rw-r--r--drivers/regulator/vqmmc-ipq4019-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/vqmmc-ipq4019-regulator.c b/drivers/regulator/vqmmc-ipq4019-regulator.c
index c4213f096fe5..086da36abc0b 100644
--- a/drivers/regulator/vqmmc-ipq4019-regulator.c
+++ b/drivers/regulator/vqmmc-ipq4019-regulator.c
@@ -89,6 +89,7 @@ static struct platform_driver ipq4019_regulator_driver = {
.probe = ipq4019_regulator_probe,
.driver = {
.name = "vqmmc-ipq4019-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(regulator_ipq4019_of_match),
},
};