From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936269AbdEWHFX (ORCPT ); Tue, 23 May 2017 03:05:23 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:35988 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935532AbdEWHFU (ORCPT ); Tue, 23 May 2017 03:05:20 -0400 Date: Tue, 23 May 2017 12:35:17 +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] cpufreq: dt: Add support for hi3660 Message-ID: <20170523070517.GL6510@vireshk-i7> References: <1495521263-84196-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: <1495521263-84196-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, 14:34, 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 > --- > 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..b54e610 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -32,6 +32,7 @@ > { .compatible = "arm,integrator-cp", }, > > { .compatible = "hisilicon,hi6220", }, > + { .compatible = "hisilicon,hi3660", }, In alphabetical order please. > > { .compatible = "fsl,imx27", }, > { .compatible = "fsl,imx51", }, > -- > 1.7.9.5 -- viresh