summaryrefslogtreecommitdiff
path: root/drivers/regulator/sc2731-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/sc2731-regulator.c')
-rw-r--r--drivers/regulator/sc2731-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/sc2731-regulator.c b/drivers/regulator/sc2731-regulator.c
index 71e5ceb679f4..5447e1a47d15 100644
--- a/drivers/regulator/sc2731-regulator.c
+++ b/drivers/regulator/sc2731-regulator.c
@@ -245,6 +245,7 @@ static int sc2731_regulator_probe(struct platform_device *pdev)
static struct platform_driver sc2731_regulator_driver = {
.driver = {
.name = "sc27xx-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = sc2731_regulator_probe,
};