From patchwork Mon Oct 29 07:01:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pratyush ANAND X-Patchwork-Id: 1661501 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 1093EDFB7A for ; Mon, 29 Oct 2012 07:02:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752947Ab2J2HC2 (ORCPT ); Mon, 29 Oct 2012 03:02:28 -0400 Received: from eu1sys200aog116.obsmtp.com ([207.126.144.141]:42048 "EHLO eu1sys200aog116.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752938Ab2J2HC2 (ORCPT ); Mon, 29 Oct 2012 03:02:28 -0400 Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob116.postini.com ([207.126.147.11]) with SMTP ID DSNKUI4p+7A2rH7E0f1oIUFBDIZgOwSfQlGj@postini.com; Mon, 29 Oct 2012 07:02:27 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 65443152; Mon, 29 Oct 2012 06:54:03 +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 DF336988; Mon, 29 Oct 2012 07:02:15 +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:15 +0800 From: Pratyush Anand To: , , Cc: , , , , Pratyush Anand Subject: [PATCH 10/15] SPEAr13xx: DTS: Add auxiliary data for PCIe host Date: Mon, 29 Oct 2012 12:31:24 +0530 Message-ID: <91c2505d23f161ce535b220dea497e2c3abfd7f6.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 Signed-off-by: Pratyush Anand --- arch/arm/boot/dts/spear13xx.dtsi | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index b7990754..fe55d21 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -199,6 +199,14 @@ 0xeb800000 0x1000 >; interrupts = <0 68 0x4>; status = "disabled"; + pcie-host,is_host = <1>; + pcie-host,is_gen1 = <0>; + pcie-host,cfg0_size = <0x100000>; + pcie-host,cfg1_size = <0x100000>; + pcie-host,mem_size = <0xFC00000>; + pcie-host,msg_size = <0x100000>; + /* Entire DDR Area */ + pcie-host,in_mem_size = <0x80000000>; }; pcie1@b1800000 { @@ -208,6 +216,14 @@ 0xeb804000 0x1000 >; interrupts = <0 69 0x4>; status = "disabled"; + pcie-host,is_host = <1>; + pcie-host,is_gen1 = <0>; + pcie-host,cfg0_size = <0x100000>; + pcie-host,cfg1_size = <0x100000>; + pcie-host,mem_size = <0xFC00000>; + pcie-host,msg_size = <0x100000>; + /* Entire DDR Area */ + pcie-host,in_mem_size = <0x80000000>; }; pcie2@b4000000 { @@ -217,6 +233,14 @@ 0xeb808000 0x1000 >; interrupts = <0 70 0x4>; status = "disabled"; + pcie-host,is_host = <1>; + pcie-host,is_gen1 = <0>; + pcie-host,cfg0_size = <0x100000>; + pcie-host,cfg1_size = <0x100000>; + pcie-host,mem_size = <0xFC00000>; + pcie-host,msg_size = <0x100000>; + /* Entire DDR Area */ + pcie-host,in_mem_size = <0x80000000>; }; c3@e1800000 {