From patchwork Tue Oct 20 21:50:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 7451361 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4AE7F9F36A for ; Tue, 20 Oct 2015 21:52:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 831C120867 for ; Tue, 20 Oct 2015 21:52:17 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B149620866 for ; Tue, 20 Oct 2015 21:52:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zoeno-0002aB-R6; Tue, 20 Oct 2015 21:50:40 +0000 Received: from mail-pa0-f54.google.com ([209.85.220.54]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zoenl-0002XR-Rm for linux-arm-kernel@lists.infradead.org; Tue, 20 Oct 2015 21:50:38 +0000 Received: by pasz6 with SMTP id z6so32731725pas.2 for ; Tue, 20 Oct 2015 14:50:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id; bh=75wW/9pmXbbRyCOsRpnvjCcaaK8HyAjY6XF2Jbsr8H4=; b=mEv4vSiuHISvIpW1duLdDN8yKk1FtMxDAHGJ+OAQc7K/qanYbXFQOyCNRszQe8z8Iw dViIPdjGhhJi4UzzjLvAOsyMxw4tlTBiOPPVTT+crHdtrCjYhHRxDEtuZniK+XZabTNf E0JnAMhi0p1PZThyMHJtIMlSILt4FOVokeWfHVcwx0k+Y7KQm6G4/U2EekrxVai7RQGy hYZ0JwFr5lEtSM8+UqAe5xGHbzYqeZyVf+lCnxm4ewpFUGC5bQDOZcJ4dzcbwmQN7Ycz ez4O37Kr+p44lnvw8/s3yh21nUtXqO/OLCenIeixkfsR+orKHo3D6RdjvAELdzlQ4EcI pp7g== X-Received: by 10.68.247.106 with SMTP id yd10mr6317380pbc.105.1445377816644; Tue, 20 Oct 2015 14:50:16 -0700 (PDT) Received: from localhost.localdomain (pool-71-97-41-79.dllstx.fios.verizon.net. [71.97.41.79]) by smtp.gmail.com with ESMTPSA id yi8sm5496410pab.22.2015.10.20.14.50.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Oct 2015 14:50:16 -0700 (PDT) From: Franklin S Cooper Jr To: linux@arm.linux.org.uk, ssantosh@kernel.org, ulf.hansson@linaro.org, m-karicheri2@ti.com, grygorii.strashko@ti.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Subject: [PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH Date: Tue, 20 Oct 2015 16:50:05 -0500 Message-Id: <1445377809-12516-1-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.6.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151020_145037_939942_7F7C85E8 X-CRM114-Status: GOOD ( 10.67 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Franklin Cooper MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Franklin Cooper Unlike other Keystone 2 devices, newer Keystone 2 SOCs may utilize pinmuxing which requires PINCTRL to be enabled. Therefore, enable PINCTRL for all Keystone 2 devices. Signed-off-by: Franklin S Cooper Jr --- arch/arm/mach-keystone/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index ea955f6db..7a432ee 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -11,6 +11,7 @@ config ARCH_KEYSTONE select ZONE_DMA if ARM_LPAE select MIGHT_HAVE_PCI select PCI_DOMAINS if PCI + select PINCTRL help Support for boards based on the Texas Instruments Keystone family of SoCs.