From patchwork Mon Oct 29 07:01:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pratyush ANAND X-Patchwork-Id: 1661521 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 341FEDFB7A for ; Mon, 29 Oct 2012 07:02:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753092Ab2J2HCc (ORCPT ); Mon, 29 Oct 2012 03:02:32 -0400 Received: from eu1sys200aog113.obsmtp.com ([207.126.144.135]:59990 "EHLO eu1sys200aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753084Ab2J2HCc (ORCPT ); Mon, 29 Oct 2012 03:02:32 -0400 Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKUI4p/wXHuMFFnxI+4V223DLwbaCyk8yZ@postini.com; Mon, 29 Oct 2012 07:02:31 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 25236158; Mon, 29 Oct 2012 06:54:08 +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 0C84C988; Mon, 29 Oct 2012 07:02:21 +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:20 +0800 From: Pratyush Anand To: , , Cc: , , , , Pratyush Anand Subject: [PATCH 12/15] SPEAr1310-EVB: DTS: Fix PCIe1 enable Date: Mon, 29 Oct 2012 12:31:26 +0530 Message-ID: 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 On SPEAr1310 EVB only PCIe2 can be used as PCIe host. Currently we do not have driver for PCIe EP. So keep PCIe1 disabled. Signed-off-by: Pratyush Anand --- arch/arm/boot/dts/spear1310-evb.dts | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts index 2c8da65..1bb5332 100644 --- a/arch/arm/boot/dts/spear1310-evb.dts +++ b/arch/arm/boot/dts/spear1310-evb.dts @@ -237,10 +237,6 @@ ignore_cpufreq_notification = <0>; }; - pcie1@b1800000 { - status = "okay"; - }; - pcie2@b4000000 { status = "okay"; };