summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max77693-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max77693-regulator.c')
-rw-r--r--drivers/regulator/max77693-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max77693-regulator.c b/drivers/regulator/max77693-regulator.c
index 077ecbbfdf76..72a67d0c5f1e 100644
--- a/drivers/regulator/max77693-regulator.c
+++ b/drivers/regulator/max77693-regulator.c
@@ -281,6 +281,7 @@ MODULE_DEVICE_TABLE(platform, max77693_pmic_id);
static struct platform_driver max77693_pmic_driver = {
.driver = {
.name = "max77693-pmic",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = max77693_pmic_probe,
.id_table = max77693_pmic_id,