devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Franklin S Cooper Jr <fcooper@ti.com>
To: robh+dt@kernel.org, linux@arm.linux.org.uk, ssantosh@kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Lokesh Vutla <lokeshvutla@ti.com>,
	Franklin S Cooper Jr <fcooper@ti.com>,
	Dave Gerlach <d-gerlach@ti.com>
Subject: [PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH
Date: Wed, 27 Apr 2016 09:11:44 -0500	[thread overview]
Message-ID: <1461766308-27669-2-git-send-email-fcooper@ti.com> (raw)
In-Reply-To: <1461766308-27669-1-git-send-email-fcooper@ti.com>

From: Lokesh Vutla <lokeshvutla@ti.com>

Some Keystone 2 devices utilize pinmuxing which requires PINCTRL
to be enabled. Therefore, enable PINCTRL for all Keystone 2 devices.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
---
 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.
-- 
2.7.0

  reply	other threads:[~2016-04-27 14:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27 14:11 [PATCH 0/5] ARM:Keystone: Add pinmuxing support Franklin S Cooper Jr
2016-04-27 14:11 ` Franklin S Cooper Jr [this message]
     [not found] ` <1461766308-27669-1-git-send-email-fcooper-l0cyMroinI0@public.gmane.org>
2016-04-27 14:11   ` [PATCH 2/5] ARM: keystone: defconfig: Enable PINCTRL SINGLE for Keystone 2 Franklin S Cooper Jr
2016-04-27 14:11 ` [PATCH 3/5] ARM: dts: k2g: Add pinctrl support Franklin S Cooper Jr
2016-04-27 14:11 ` [PATCH 4/5] ARM: dts: keystone: Header file for pinctrl constants Franklin S Cooper Jr
2016-04-27 14:11 ` [PATCH 5/5] ARM: dts: k2g-evm: Add pinmuxing for UART0 Franklin S Cooper Jr
2016-06-03 18:42 ` [PATCH 0/5] ARM:Keystone: Add pinmuxing support Franklin Cooper Jr.
2016-06-03 18:55   ` Santosh Shilimkar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461766308-27669-2-git-send-email-fcooper@ti.com \
    --to=fcooper@ti.com \
    --cc=d-gerlach@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=lokeshvutla@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=ssantosh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).