summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt5033-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt5033-regulator.c')
-rw-r--r--drivers/regulator/rt5033-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt5033-regulator.c b/drivers/regulator/rt5033-regulator.c
index da4cf5a6acc2..2ba74f205543 100644
--- a/drivers/regulator/rt5033-regulator.c
+++ b/drivers/regulator/rt5033-regulator.c
@@ -124,6 +124,7 @@ MODULE_DEVICE_TABLE(platform, rt5033_regulator_id);
static struct platform_driver rt5033_regulator_driver = {
.driver = {
.name = "rt5033-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = rt5033_regulator_probe,
.id_table = rt5033_regulator_id,