diff options
Diffstat (limited to 'drivers/regulator/uniphier-regulator.c')
| -rw-r--r-- | drivers/regulator/uniphier-regulator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/uniphier-regulator.c b/drivers/regulator/uniphier-regulator.c index 39a68b01fc38..7e2785e10dc6 100644 --- a/drivers/regulator/uniphier-regulator.c +++ b/drivers/regulator/uniphier-regulator.c @@ -212,6 +212,7 @@ static struct platform_driver uniphier_regulator_driver = {  	.remove = uniphier_regulator_remove,  	.driver = {  		.name  = "uniphier-regulator", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  		.of_match_table = uniphier_regulator_match,  	},  };  |