From patchwork Thu Jul 21 11:57:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 72563 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp400211qga; Thu, 21 Jul 2016 04:58:58 -0700 (PDT) X-Received: by 10.66.229.9 with SMTP id sm9mr35292214pac.138.1469102338028; Thu, 21 Jul 2016 04:58:58 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 68si9471278pfr.68.2016.07.21.04.58.57; Thu, 21 Jul 2016 04:58:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752209AbcGUL6r (ORCPT + 7 others); Thu, 21 Jul 2016 07:58:47 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:36914 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbcGUL6p (ORCPT ); Thu, 21 Jul 2016 07:58:45 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u6LBtRY1018990; Thu, 21 Jul 2016 06:55:27 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u6LBwDVU008487; Thu, 21 Jul 2016 06:58:13 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 21 Jul 2016 06:58:12 -0500 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u6LBvvRR019540; Thu, 21 Jul 2016 06:58:07 -0500 From: Kishon Vijay Abraham I To: , CC: , , , , , , , , , Subject: [PATCH 2/2] ARM: DRA7: select PCI_DOMAINS config Date: Thu, 21 Jul 2016 17:27:56 +0530 Message-ID: <1469102276-14777-3-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1469102276-14777-1-git-send-email-kishon@ti.com> References: <1469102276-14777-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org PCI_DOMAINS is required for DRA7x SoCs since there are 2 PCIe controllers and without PCI_DOMAINS config, only one PCIe controller gets registered. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 1a648e9..8e6e2c0 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -86,6 +86,7 @@ config SOC_DRA7XX select OMAP_INTERCONNECT_BARRIER select PM_OPP if PM select ZONE_DMA if ARM_LPAE + select PCI_DOMAINS if PCI config ARCH_OMAP2PLUS bool