From patchwork Mon Oct 29 07:01:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pratyush ANAND X-Patchwork-Id: 194853 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0F3422C00AC for ; Mon, 29 Oct 2012 18:02:26 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752904Ab2J2HCZ (ORCPT ); Mon, 29 Oct 2012 03:02:25 -0400 Received: from eu1sys200aog119.obsmtp.com ([207.126.144.147]:53568 "EHLO eu1sys200aog119.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752432Ab2J2HCY (ORCPT ); Mon, 29 Oct 2012 03:02:24 -0400 Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob119.postini.com ([207.126.147.11]) with SMTP ID DSNKUI4p+JNaEb5hedydCeJHzKECcGiAgafa@postini.com; Mon, 29 Oct 2012 07:02:24 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id E656D115; Mon, 29 Oct 2012 06:54:00 +0000 (GMT) Received: from Webmail-ap.st.com (eapex1hubcas2.st.com [10.80.176.10]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id CB8A2988; Mon, 29 Oct 2012 07:02:13 +0000 (GMT) Received: from localhost (10.199.81.103) by Webmail-ap.st.com (10.80.176.7) with Microsoft SMTP Server (TLS) id 8.3.245.1; Mon, 29 Oct 2012 15:02:13 +0800 From: Pratyush Anand To: , , Cc: , , , , Pratyush Anand Subject: [PATCH 09/15] SPEAr13xx: dts: Fix PCIe core address ranges Date: Mon, 29 Oct 2012 12:31:23 +0530 Message-ID: <6ed9683e3149a640b4333cf3039ae31063b23e3b.1351492562.git.pratyush.anand@st.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Each PCIe controller has 256 MB of address space whcih is accessible by AHB and used to communicate with PCIe devices connected with the host controller. Signed-off-by: Pratyush Anand --- arch/arm/boot/dts/spear13xx.dtsi | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index 9ff4f5f..b7990754 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -76,7 +76,8 @@ #size-cells = <1>; compatible = "simple-bus"; ranges = <0x50000000 0x50000000 0x10000000 - 0xb0000000 0xb0000000 0x10000000 + 0x80000000 0x80000000 0x20000000 + 0xb0000000 0xb0000000 0x20000000 0xd0000000 0xd0000000 0x02000000 0xd8000000 0xd8000000 0x01000000 0xe0000000 0xe0000000 0x10000000>; @@ -194,7 +195,7 @@ pcie0@b1000000 { compatible = "st,pcie-gadget", "st,pcie-host" ; reg = < 0xb1000000 0x4000 - 0x80000000 0x2000 + 0x80000000 0x10000000 0xeb800000 0x1000 >; interrupts = <0 68 0x4>; status = "disabled"; @@ -203,7 +204,7 @@ pcie1@b1800000 { compatible = "st,pcie-gadget", "st,pcie-host" ; reg = < 0xb1800000 0x4000 - 0x90000000 0x2000 + 0x90000000 0x10000000 0xeb804000 0x1000 >; interrupts = <0 69 0x4>; status = "disabled"; @@ -212,7 +213,7 @@ pcie2@b4000000 { compatible = "st,pcie-gadget", "st,pcie-host" ; reg = < 0xb4000000 0x4000 - 0xc0000000 0x2000 + 0xc0000000 0x10000000 0xeb808000 0x1000 >; interrupts = <0 70 0x4>; status = "disabled";