Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759479AbcLAO3I (ORCPT ); Thu, 1 Dec 2016 09:29:08 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:48482 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756945AbcLAO3G (ORCPT ); Thu, 1 Dec 2016 09:29:06 -0500 From: "Rafael J. Wysocki" To: Viresh Kumar , Baoyou Xie Cc: xie.baoyou@zte.com.cn, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq: dt: Add support for zx296718 Date: Thu, 01 Dec 2016 15:25:32 +0100 Message-ID: <33656568.Mu5lX1GPCY@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.9.0-rc5+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20161130080855.GL3288@vireshk-i7> References: <1480491329-5242-1-git-send-email-baoyou.xie@linaro.org> <20161130080855.GL3288@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 29 On Wednesday, November 30, 2016 01:38:55 PM Viresh Kumar wrote: > On 30-11-16, 15:35, Baoyou Xie wrote: > > Add the compatible string for supporting the generic cpufreq driver on > > the ZTE's zx296718 SoC. > > > > Signed-off-by: Baoyou Xie > > --- > > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c > > index 7126762..c0a28e23b 100644 > > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > > @@ -81,6 +81,8 @@ static const struct of_device_id machines[] __initconst = { > > > > { .compatible = "xlnx,zynq-7000", }, > > > > + { .compatible = "zte,zx296718", }, > > + > > { } > > }; > > Acked-by: Viresh Kumar Applied. Thanks, Rafael