From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966702AbdEWIax (ORCPT ); Tue, 23 May 2017 04:30:53 -0400 Received: from mail-pf0-f181.google.com ([209.85.192.181]:33091 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965219AbdEWIas (ORCPT ); Tue, 23 May 2017 04:30:48 -0400 Date: Tue, 23 May 2017 14:00:43 +0530 From: Viresh Kumar To: Tao Wang Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, sunzhaosheng@hisilicon.com Subject: Re: [Patch v2] cpufreq: dt: Add support for hi3660 Message-ID: <20170523083043.GM6510@vireshk-i7> References: <20170523070517.GL6510@vireshk-i7> <1495527198-125891-1-git-send-email-kevin.wangtao@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495527198-125891-1-git-send-email-kevin.wangtao@hisilicon.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 On 23-05-17, 16:13, Tao Wang wrote: > Add the compatible string for supporting the generic device tree cpufreq-dt > driver on Hisilicon's 3660 SoC. > > Signed-off-by: Tao Wang > --- > Changes in v2: > - changed order according to Viresh's suggestion > > 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 921b4a6..1c26292 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -31,6 +31,7 @@ > { .compatible = "arm,integrator-ap", }, > { .compatible = "arm,integrator-cp", }, > > + { .compatible = "hisilicon,hi3660", }, > { .compatible = "hisilicon,hi6220", }, > > { .compatible = "fsl,imx27", }, Acked-by: Viresh Kumar -- viresh