diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
| -rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index fe14c57de6ca..b1c5468dca16 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -58,6 +58,7 @@ static const struct of_device_id whitelist[] __initconst = {  	{ .compatible = "renesas,r8a73a4", },  	{ .compatible = "renesas,r8a7740", },  	{ .compatible = "renesas,r8a7743", }, +	{ .compatible = "renesas,r8a7744", },  	{ .compatible = "renesas,r8a7745", },  	{ .compatible = "renesas,r8a7778", },  	{ .compatible = "renesas,r8a7779", }, @@ -78,7 +79,10 @@ static const struct of_device_id whitelist[] __initconst = {  	{ .compatible = "rockchip,rk3328", },  	{ .compatible = "rockchip,rk3366", },  	{ .compatible = "rockchip,rk3368", }, -	{ .compatible = "rockchip,rk3399", }, +	{ .compatible = "rockchip,rk3399", +	  .data = &(struct cpufreq_dt_platform_data) +		{ .have_governor_per_policy = true, }, +	},  	{ .compatible = "st-ericsson,u8500", },  	{ .compatible = "st-ericsson,u8540", }, |