Message ID | 20201113212525.13455-6-martin.juecker@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f9135aaf2767500dee419c03640f7a3784b56559 |
Headers | show |
Series | add exynos4412-based p4note device family support | expand |
On Fri, Nov 13, 2020 at 10:25:26PM +0100, Martin Jücker wrote: > The p4note family supports cpuidle, so allow it to make use of this > feature. > > Signed-off-by: Martin Jücker <martin.juecker@gmail.com> > --- > arch/arm/mach-exynos/exynos.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, applied. Best regards, Krzysztof
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 700763e07083..fc8291f76263 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -177,7 +177,8 @@ static void __init exynos_dt_machine_init(void) if (of_machine_is_compatible("samsung,exynos4210") || (of_machine_is_compatible("samsung,exynos4412") && (of_machine_is_compatible("samsung,trats2") || - of_machine_is_compatible("samsung,midas"))) || + of_machine_is_compatible("samsung,midas") || + of_machine_is_compatible("samsung,p4note"))) || of_machine_is_compatible("samsung,exynos3250") || of_machine_is_compatible("samsung,exynos5250")) platform_device_register(&exynos_cpuidle);
The p4note family supports cpuidle, so allow it to make use of this feature. Signed-off-by: Martin Jücker <martin.juecker@gmail.com> --- arch/arm/mach-exynos/exynos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)