From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Shields Subject: [PATCH 3/3] ARM: exynos: extend cpuidle support to midas boards Date: Wed, 13 Dec 2017 01:08:15 +1100 Message-ID: <20171212140815.28257-4-simon@lineageos.org> References: <20171212140815.28257-1-simon@lineageos.org> Return-path: In-Reply-To: <20171212140815.28257-1-simon-WP75azK+jQYgsBAKwltoeQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Kukjin Kim , Krzysztof Kozlowski , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Simon Shields List-Id: devicetree@vger.kernel.org Exynos4412 can only use cpuidle when running under a compatible bootloader/firmware. The midas family of boards has such a firmware, so allow them to use cpuidle. Signed-off-by: Simon Shields --- arch/arm/mach-exynos/exynos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 9a9caac1125a..4ee60e31ea48 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -196,7 +196,8 @@ static void __init exynos_dt_machine_init(void) #endif if (of_machine_is_compatible("samsung,exynos4210") || (of_machine_is_compatible("samsung,exynos4412") && - of_machine_is_compatible("samsung,trats2")) || + (of_machine_is_compatible("samsung,trats2") || + of_machine_is_compatible("samsung,midas"))) || of_machine_is_compatible("samsung,exynos3250") || of_machine_is_compatible("samsung,exynos5250")) platform_device_register(&exynos_cpuidle); -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html