summaryrefslogtreecommitdiff
path: root/drivers/regulator/fan53880.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/fan53880.c')
-rw-r--r--drivers/regulator/fan53880.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/fan53880.c b/drivers/regulator/fan53880.c
index 1d88d5381544..a3bebdee570e 100644
--- a/drivers/regulator/fan53880.c
+++ b/drivers/regulator/fan53880.c
@@ -172,6 +172,7 @@ MODULE_DEVICE_TABLE(i2c, fan53880_i2c_id);
static struct i2c_driver fan53880_regulator_driver = {
.driver = {
.name = "fan53880",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = fan53880_dt_ids,
},
.probe_new = fan53880_i2c_probe,