diff options
Diffstat (limited to 'drivers/regulator/tps6507x-regulator.c')
| -rw-r--r-- | drivers/regulator/tps6507x-regulator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c index b83816ee6867..6655d9c31187 100644 --- a/drivers/regulator/tps6507x-regulator.c +++ b/drivers/regulator/tps6507x-regulator.c @@ -438,6 +438,7 @@ static int tps6507x_pmic_probe(struct platform_device *pdev)  static struct platform_driver tps6507x_pmic_driver = {  	.driver = {  		.name = "tps6507x-pmic", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  	},  	.probe = tps6507x_pmic_probe,  };  |