diff options
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index d2637e1a5710..71267626456b 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -72,6 +72,8 @@ static const struct of_device_id machines[] __initconst = { | |||
72 | 72 | ||
73 | { .compatible = "sigma,tango4" }, | 73 | { .compatible = "sigma,tango4" }, |
74 | 74 | ||
75 | { .compatible = "ti,am33xx", }, | ||
76 | { .compatible = "ti,dra7", }, | ||
75 | { .compatible = "ti,omap2", }, | 77 | { .compatible = "ti,omap2", }, |
76 | { .compatible = "ti,omap3", }, | 78 | { .compatible = "ti,omap3", }, |
77 | { .compatible = "ti,omap4", }, | 79 | { .compatible = "ti,omap4", }, |