From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933089AbbJII5U (ORCPT ); Fri, 9 Oct 2015 04:57:20 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:35375 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932632AbbJII5S (ORCPT ); Fri, 9 Oct 2015 04:57:18 -0400 Date: Fri, 9 Oct 2015 16:57:00 +0800 From: Leo Yan To: Sudeep Holla Cc: Catalin Marinas , Will Deacon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Bintian Wang , Haojian Zhuang , Wei Xu , Yiping Xu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Brown , Tyler Baker Subject: Re: [PATCH 4/4] arm64: dts: enable idle states for Hi6220 Message-ID: <20151009085700.GA31022@leoy-linaro> References: <1444365376-10728-1-git-send-email-leo.yan@linaro.org> <1444365376-10728-5-git-send-email-leo.yan@linaro.org> <56177F51.1080806@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56177F51.1080806@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sudeep, On Fri, Oct 09, 2015 at 09:48:17AM +0100, Sudeep Holla wrote: > > > On 09/10/15 05:36, Leo Yan wrote: > >Add cpu and cluster level's low power state for Hi6220. > > > >Signed-off-by: Leo Yan > >--- > > arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 31 +++++++++++++++++++++++++++++++ > > 1 file changed, 31 insertions(+) > > > >diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > >index 7edbe42..e83802a 100644 > >--- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > >+++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > >@@ -52,11 +52,35 @@ > > }; > > }; > > > >+ idle-states { > >+ entry-method = "arm,psci"; > > Please refer the bindings: ^ should be just "psci" > > Otherwise looks good. > Acked-by: Sudeep Holla Will fix it, thanks for review. Thanks, Leo Yan