diff options
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 0bb44d5b5df4..470db30f745f 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -40,6 +40,7 @@ static const struct of_device_id machines[] __initconst = { | |||
40 | { .compatible = "samsung,exynos5250", }, | 40 | { .compatible = "samsung,exynos5250", }, |
41 | #ifndef CONFIG_BL_SWITCHER | 41 | #ifndef CONFIG_BL_SWITCHER |
42 | { .compatible = "samsung,exynos5420", }, | 42 | { .compatible = "samsung,exynos5420", }, |
43 | { .compatible = "samsung,exynos5433", }, | ||
43 | { .compatible = "samsung,exynos5800", }, | 44 | { .compatible = "samsung,exynos5800", }, |
44 | #endif | 45 | #endif |
45 | 46 | ||