Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753181AbdHIO0i (ORCPT ); Wed, 9 Aug 2017 10:26:38 -0400 Received: from mail-pg0-f46.google.com ([74.125.83.46]:33197 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbdHIO0g (ORCPT ); Wed, 9 Aug 2017 10:26:36 -0400 Date: Wed, 9 Aug 2017 19:56:33 +0530 From: Viresh Kumar To: sean.wang@mediatek.com Cc: rjw@rjwysocki.net, robh+dt@kernel.org, matthias.bgg@gmail.com, jdelvare@suse.de, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] cpufreq: mediatek: add support of cpufreq to MT7622 SoC Message-ID: <20170809142633.GD29383@vireshk-i7> References: <8d96863368adb8a0435de9739e458035e6a6233b.1502272372.git.sean.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d96863368adb8a0435de9739e458035e6a6233b.1502272372.git.sean.wang@mediatek.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1117 Lines: 29 On 09-08-17, 18:12, sean.wang@mediatek.com wrote: > From: Sean Wang > > MT7622 is a 64-bit ARMv8 based dual-core SoC (2 * Cortex-A53) with a > single cluster. The hardware is also compatible with the current driver, > so add MT7622 as one of the compatible string list. > > Signed-off-by: Sean Wang > --- > drivers/cpufreq/mediatek-cpufreq.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/mediatek-cpufreq.c b/drivers/cpufreq/mediatek-cpufreq.c > index 9fa9291..18c4bd9 100644 > --- a/drivers/cpufreq/mediatek-cpufreq.c > +++ b/drivers/cpufreq/mediatek-cpufreq.c > @@ -574,6 +574,7 @@ static struct platform_driver mtk_cpufreq_platdrv = { > /* List of machines supported by this driver */ > static const struct of_device_id mtk_cpufreq_machines[] __initconst = { > { .compatible = "mediatek,mt2701", }, > + { .compatible = "mediatek,mt7622", }, > { .compatible = "mediatek,mt7623", }, > { .compatible = "mediatek,mt817x", }, > { .compatible = "mediatek,mt8173", }, Acked-by: Viresh Kumar -- viresh