From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752195AbcGUL6r (ORCPT ); Thu, 21 Jul 2016 07:58:47 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:36912 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462AbcGUL6o (ORCPT ); Thu, 21 Jul 2016 07:58:44 -0400 From: Kishon Vijay Abraham I To: , CC: , , , , , , , , , Subject: [PATCH 0/2] dra7: add support for two PCIe ports Date: Thu, 21 Jul 2016 17:27:54 +0530 Message-ID: <1469102276-14777-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds patches to support 2 PCIe ports simultaneously on dra7 based boards. None of the supported boards exposes 2 PCIe ports. However these are mandatory changes that would be required in order to support 2 PCIe ports. This series has been tested to see if there are regressions with 1 PCIe port. Though testing of 2 PCIe ports is not done while sending this patch series, it has been verified in few of the customer boards. Kishon Vijay Abraham I (2): ARM: dts: DRA7: Add "linux,pci-domain" property for pci dt nodes ARM: DRA7: select PCI_DOMAINS config arch/arm/boot/dts/dra7.dtsi | 2 ++ arch/arm/mach-omap2/Kconfig | 1 + 2 files changed, 3 insertions(+) -- 1.7.9.5