diff options
Diffstat (limited to 'drivers/regulator/mcp16502.c')
| -rw-r--r-- | drivers/regulator/mcp16502.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index abee1b09008d..3a6d79556942 100644 --- a/drivers/regulator/mcp16502.c +++ b/drivers/regulator/mcp16502.c @@ -587,6 +587,7 @@ static struct i2c_driver mcp16502_drv = {  	.probe_new	= mcp16502_probe,  	.driver		= {  		.name	= "mcp16502-regulator", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  		.of_match_table	= of_match_ptr(mcp16502_ids),  #ifdef CONFIG_PM  		.pm = &mcp16502_pm_ops,  |