From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs Date: Wed, 4 Oct 2017 12:16:29 +0530 Message-ID: <20171004064629.GB3002@vireshk-i7> References: <20171004063828.22068-1-m.szyprowski@samsung.com> <20171004063828.22068-8-m.szyprowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f171.google.com ([209.85.192.171]:46145 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259AbdJDGqc (ORCPT ); Wed, 4 Oct 2017 02:46:32 -0400 Received: by mail-pf0-f171.google.com with SMTP id r68so5811929pfj.3 for ; Tue, 03 Oct 2017 23:46:32 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20171004063828.22068-8-m.szyprowski@samsung.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Marek Szyprowski Cc: linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, Sylwester Nawrocki , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz On 04-10-17, 08:38, Marek Szyprowski wrote: > Support for Exynos4212 SoCs has been removed by commit bca9085e0ae9 ("ARM: > dts: exynos: remove Exynos4212 support (dead code)"), so there is no need > to keep remaining dead code related to this SoC version. > > Signed-off-by: Marek Szyprowski > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c > index a753c50e9e41..4946ac528b72 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -48,7 +48,6 @@ static const struct of_device_id whitelist[] __initconst = { > > { .compatible = "samsung,exynos3250", }, > { .compatible = "samsung,exynos4210", }, > - { .compatible = "samsung,exynos4212", }, > { .compatible = "samsung,exynos5250", }, > #ifndef CONFIG_BL_SWITCHER > { .compatible = "samsung,exynos5800", }, Acked-by: Viresh Kumar -- viresh