From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752780AbbFXL5R (ORCPT ); Wed, 24 Jun 2015 07:57:17 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:59336 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752124AbbFXL5J (ORCPT ); Wed, 24 Jun 2015 07:57:09 -0400 Date: Wed, 24 Jun 2015 14:56:17 +0300 From: Roger Quadros To: Roger Quadros CC: Kishon Vijay Abraham I , , , , , , , , , , , , , , , , Subject: Re: [PATCH 08/17] ARM: dts: dra7: Add dt node for the sycon pcie Message-ID: <20150624145617.e5248d466fe5b2e0eb1ca087@ti.com> In-Reply-To: <20150624145017.9b70a1fba477d8b99ce85702@ti.com> References: <1435060743-5511-1-git-send-email-kishon@ti.com> <1435060743-5511-9-git-send-email-kishon@ti.com> <20150624145017.9b70a1fba477d8b99ce85702@ti.com> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.27; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Jun 2015 14:50:17 +0300 Roger Quadros wrote: > On Tue, 23 Jun 2015 17:28:53 +0530 > Kishon Vijay Abraham I wrote: > > > Add new device tree node for the control module register space where > > PCIe registers are present. > > > > Signed-off-by: Kishon Vijay Abraham I > > --- > > arch/arm/boot/dts/dra7.dtsi | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi > > index 260f300..3f434f7 100644 > > --- a/arch/arm/boot/dts/dra7.dtsi > > +++ b/arch/arm/boot/dts/dra7.dtsi > > @@ -291,6 +291,11 @@ > > reg = <0x4a002e00 0x7c>; > > }; > > > > + dra7_ctrl_pcie: tisyscon@4a003c00 { > > + compatible = "syscon"; > > + reg = <0x4a003c00 0x48>; > > + }; > > + > > Why do you need to start from 0x4a003c00? > CTRL_CORE_PCIESS1_PCS1 is at 0x4a003c24 Also, why can't this dra7_ctrl_pcie node be where scm_conf is. > > > sdma: dma-controller@4a056000 { > > compatible = "ti,omap4430-sdma"; > > reg = <0x4a056000 0x1000>; > > -- > > 1.7.9.5 > > > > cheers, > -roger > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html