aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq-dt-platdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 3e1c8211c213..3843314389c7 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -12,6 +12,11 @@
12#include <linux/platform_device.h> 12#include <linux/platform_device.h>
13 13
14static const struct of_device_id machines[] __initconst = { 14static const struct of_device_id machines[] __initconst = {
15 { .compatible = "fsl,imx27", },
16 { .compatible = "fsl,imx51", },
17 { .compatible = "fsl,imx53", },
18 { .compatible = "fsl,imx7d", },
19
15 { .compatible = "marvell,berlin", }, 20 { .compatible = "marvell,berlin", },
16 21
17 { .compatible = "samsung,exynos3250", }, 22 { .compatible = "samsung,exynos3250", },