From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752547AbbFXNaI (ORCPT ); Wed, 24 Jun 2015 09:30:08 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:46537 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752790AbbFXNaD (ORCPT ); Wed, 24 Jun 2015 09:30:03 -0400 Message-ID: <558AB0A9.5020400@ti.com> Date: Wed, 24 Jun 2015 18:59:13 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Roger Quadros CC: , , , , , , , , , , , , , , , Subject: Re: [PATCH 08/17] ARM: dts: dra7: Add dt node for the sycon pcie References: <1435060743-5511-1-git-send-email-kishon@ti.com> <1435060743-5511-9-git-send-email-kishon@ti.com> <20150624145017.9b70a1fba477d8b99ce85702@ti.com> In-Reply-To: <20150624145017.9b70a1fba477d8b99ce85702@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wednesday 24 June 2015 05:20 PM, 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 Actually wanted to have minimum number of syscon dt nodes. So thought even others can use dra7_ctrl_pcie phandle. But I looked only at dra7_ctrl_core and dra7_ctrl_general and not scm_conf :-( Thanks Kishon