Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754115AbbHCPut (ORCPT ); Mon, 3 Aug 2015 11:50:49 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:35639 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753943AbbHCPuq (ORCPT ); Mon, 3 Aug 2015 11:50:46 -0400 Date: Mon, 3 Aug 2015 21:20:41 +0530 From: Viresh Kumar To: Bartlomiej Zolnierkiewicz Cc: Krzysztof Kozlowski , Thomas Abraham , Sylwester Nawrocki , Michael Turquette , Kukjin Kim , Kukjin Kim , Tomasz Figa , Lukasz Majewski , Heiko Stuebner , Chanwoo Choi , Kevin Hilman , Javier Martinez Canillas , Tobias Jakobi , Anand Moon , linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Javier Martinez Canillas , Zhang Rui , Eduardo Valentin Subject: Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12 Message-ID: <20150803155041.GE21529@linux> References: <1438368557-2352-1-git-send-email-b.zolnierkie@samsung.com> <4532306.AVvo5hem3c@amdc1976> <55BF4D41.1060903@samsung.com> <2347616.SxxJmTVssu@amdc1976> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2347616.SxxJmTVssu@amdc1976> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1490 Lines: 42 On 03-08-15, 15:55, Bartlomiej Zolnierkiewicz wrote: > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig > index 81064cd..491914c 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -25,6 +25,8 @@ menuconfig ARCH_EXYNOS > select S5P_DEV_MFC > select SRAM > select MFD_SYSCON > + select THERMAL > + select EXYNOS_THERMAL Why do you need to select both of them? > help > Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5) > > diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c > index 77ac021..1c47aee 100644 > --- a/arch/arm/mach-exynos/exynos.c > +++ b/arch/arm/mach-exynos/exynos.c > @@ -227,6 +227,8 @@ static void __init exynos_init_irq(void) > static const struct of_device_id exynos_cpufreq_matches[] = { > { .compatible = "samsung,exynos3250", .data = "cpufreq-dt" }, > { .compatible = "samsung,exynos4210", .data = "cpufreq-dt" }, > + { .compatible = "samsung,exynos4212", .data = "cpufreq-dt" }, > + { .compatible = "samsung,exynos4412", .data = "cpufreq-dt" }, > { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" }, > { /* sentinel */ } > }; Otherwise looks fine: Acked-by: Viresh Kumar -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/