summaryrefslogtreecommitdiff
path: root/drivers/regulator/max597x-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max597x-regulator.c')
-rw-r--r--drivers/regulator/max597x-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max597x-regulator.c b/drivers/regulator/max597x-regulator.c
index 648e3641885a..7873a5267555 100644
--- a/drivers/regulator/max597x-regulator.c
+++ b/drivers/regulator/max597x-regulator.c
@@ -501,6 +501,7 @@ static int max597x_regulator_probe(struct platform_device *pdev)
static struct platform_driver max597x_regulator_driver = {
.driver = {
.name = "max597x-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = max597x_regulator_probe,
};