diff options
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2015-03-26 13:35:52 -0400 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-03-26 13:35:52 -0400 |
commit | bd0d888c4f7f125b7c7168f51039142150d9d1cc (patch) | |
tree | eaffd60f9f982fc969f0c25b73f4e2ae58a96c6c | |
parent | 89366409748c2de0521cf4303bfb1247676882df (diff) |
ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoC
Register cpuidle platform device on Exynos3250 SoC allowing EXYNOS
cpuidle driver usage on this SoC.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 9e9dfdfad9d7..3e45bcb4f003 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c | |||
@@ -219,6 +219,7 @@ static void __init exynos_dt_machine_init(void) | |||
219 | of_machine_is_compatible("samsung,exynos4212") || | 219 | of_machine_is_compatible("samsung,exynos4212") || |
220 | (of_machine_is_compatible("samsung,exynos4412") && | 220 | (of_machine_is_compatible("samsung,exynos4412") && |
221 | of_machine_is_compatible("samsung,trats2")) || | 221 | of_machine_is_compatible("samsung,trats2")) || |
222 | of_machine_is_compatible("samsung,exynos3250") || | ||
222 | of_machine_is_compatible("samsung,exynos5250")) | 223 | of_machine_is_compatible("samsung,exynos5250")) |
223 | platform_device_register(&exynos_cpuidle); | 224 | platform_device_register(&exynos_cpuidle); |
224 | 225 | ||