Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751711AbcLEIzv (ORCPT ); Mon, 5 Dec 2016 03:55:51 -0500 Received: from mail.kernel.org ([198.145.29.136]:42428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233AbcLEIy7 (ORCPT ); Mon, 5 Dec 2016 03:54:59 -0500 Date: Mon, 5 Dec 2016 16:54:13 +0800 From: Shawn Guo To: Baoyou Xie Cc: jun.nie@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, viresh.kumar@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, xie.baoyou@zte.com.cn, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn Subject: Re: [PATCH v2] arm64: dts: zx: add pcu_domain node for zx296718 Message-ID: <20161205085411.GB2749@dragon> References: <1480925871-20855-1-git-send-email-baoyou.xie@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480925871-20855-1-git-send-email-baoyou.xie@linaro.org> 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 Content-Length: 949 Lines: 34 On Mon, Dec 05, 2016 at 04:17:51PM +0800, Baoyou Xie wrote: > This patch adds the pcu_domain node, so it can be used > by zte-soc's power domain driver. > > Signed-off-by: Baoyou Xie I'm fine with the patch itself, but I need to wait the driver and bindings being accepted to apply it. Shawn > --- > arch/arm64/boot/dts/zte/zx296718.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi > index b44d1d1..1aa0587 100644 > --- a/arch/arm64/boot/dts/zte/zx296718.dtsi > +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi > @@ -302,6 +302,11 @@ > reg = <0x116000 0x1000>; > }; > > + pcu_domain: pcu@117000 { > + compatible = "zte,zx296718-pcu"; > + reg = <0x00117000 0x1000>; > + }; > + > uart0: uart@11f000 { > compatible = "arm,pl011", "arm,primecell"; > arm,primecell-periphid = <0x001feffe>; > -- > 2.7.4 >