diff options
Diffstat (limited to 'drivers/regulator/max8660.c')
| -rw-r--r-- | drivers/regulator/max8660.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max8660.c b/drivers/regulator/max8660.c index 711623be8eb5..d6b89f07ae9e 100644 --- a/drivers/regulator/max8660.c +++ b/drivers/regulator/max8660.c @@ -506,6 +506,7 @@ static struct i2c_driver max8660_driver = {  	.probe_new = max8660_probe,  	.driver		= {  		.name	= "max8660", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  	},  	.id_table	= max8660_id,  };  |