From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH V2 14/21] cpufreq: dt-platdev: add Tegra210 to blacklist Date: Thu, 13 Dec 2018 13:09:34 +0000 Message-ID: <1bfade8e-5d2b-d006-11e8-20ecb5c7daf9@nvidia.com> References: <20181213093438.29621-1-josephl@nvidia.com> <20181213093438.29621-15-josephl@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181213093438.29621-15-josephl@nvidia.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Joseph Lo , Thierry Reding , Peter De Schrijver Cc: linux-tegra@vger.kernel.org, Viresh Kumar , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org List-Id: linux-tegra@vger.kernel.org On 13/12/2018 09:34, Joseph Lo wrote: > Tegra210 uses "tegra124-cpufreq" platform driver to register device data > for "cpufreq-dt" driver. So add it in the blacklist for > "cpufreq-dt-platdev" driver to drop that. > > Cc: Viresh Kumar > Cc: linux-pm@vger.kernel.org > Signed-off-by: Joseph Lo > --- > *V2: > - new added in V2 > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c > index b1c5468dca16..47729a22c159 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -119,6 +119,7 @@ static const struct of_device_id blacklist[] __initconst = { > { .compatible = "mediatek,mt8176", }, > > { .compatible = "nvidia,tegra124", }, > + { .compatible = "nvidia,tegra210", }, > > { .compatible = "qcom,apq8096", }, > { .compatible = "qcom,msm8996", }, > Acked-by: Jon Hunter Cheers Jon -- nvpublic