summaryrefslogtreecommitdiff
path: root/drivers/regulator/tps68470-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/tps68470-regulator.c')
-rw-r--r--drivers/regulator/tps68470-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps68470-regulator.c b/drivers/regulator/tps68470-regulator.c
index 4bca7c4128ab..de7db7690f6b 100644
--- a/drivers/regulator/tps68470-regulator.c
+++ b/drivers/regulator/tps68470-regulator.c
@@ -175,6 +175,7 @@ static int tps68470_regulator_probe(struct platform_device *pdev)
static struct platform_driver tps68470_regulator_driver = {
.driver = {
.name = "tps68470-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = tps68470_regulator_probe,
};