]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/cpufreq/cpufreq-dt-platdev.c
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / cpufreq / cpufreq-dt-platdev.c
index fe14c57de6cabcbd215c778b4054ac6b0dc60cb2..b1c5468dca16b3da220e69832fa6c83b20bc0808 100644 (file)
@@ -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", },