diff options
Diffstat (limited to 'drivers/regulator/mt6332-regulator.c')
| -rw-r--r-- | drivers/regulator/mt6332-regulator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mt6332-regulator.c b/drivers/regulator/mt6332-regulator.c index 77a27d8127a3..8d8331a2aca5 100644 --- a/drivers/regulator/mt6332-regulator.c +++ b/drivers/regulator/mt6332-regulator.c @@ -410,6 +410,7 @@ MODULE_DEVICE_TABLE(platform, mt6332_platform_ids);  static struct platform_driver mt6332_regulator_driver = {  	.driver = {  		.name = "mt6332-regulator", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  	},  	.probe = mt6332_regulator_probe,  	.id_table = mt6332_platform_ids,  |