diff options
Diffstat (limited to 'drivers/regulator/vctrl-regulator.c')
| -rw-r--r-- | drivers/regulator/vctrl-regulator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/vctrl-regulator.c b/drivers/regulator/vctrl-regulator.c index aac7be3b33f7..85dca90233f6 100644 --- a/drivers/regulator/vctrl-regulator.c +++ b/drivers/regulator/vctrl-regulator.c @@ -543,6 +543,7 @@ static struct platform_driver vctrl_driver = {  	.probe		= vctrl_probe,  	.driver		= {  		.name		= "vctrl-regulator", +		.probe_type	= PROBE_PREFER_ASYNCHRONOUS,  		.of_match_table = of_match_ptr(vctrl_of_match),  	},  };  |