From: Doug Anderson <dianders@chromium.org>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: Thomas Abraham <thomas.abraham@linaro.org>,
Olof Johansson <olof@lixom.net>, Simon Glass <sjg@chromium.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Doug Anderson <dianders@chromium.org>,
Russell King <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5
Date: Wed, 8 May 2013 10:32:29 -0700 [thread overview]
Message-ID: <1368034349-15091-1-git-send-email-dianders@chromium.org> (raw)
If you've got MACH_EXYNOS5_DT but not MACH_EXYNOS4_DT you'll be
missing the pincontrol definitions. Add them for exynos5.
Signed-off-by: Doug Anderson <dianders@chromium.org>
---
arch/arm/mach-exynos/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 6e77432..cdcd7fa 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -428,6 +428,8 @@ config MACH_EXYNOS5_DT
depends on ARCH_EXYNOS5
select ARM_AMBA
select CLKSRC_OF
+ select PINCTRL
+ select PINCTRL_EXYNOS
select USB_ARCH_HAS_XHCI
select USE_OF
help
--
1.8.2.1
next reply other threads:[~2013-05-08 17:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-08 17:32 Doug Anderson [this message]
2013-05-08 18:19 ` [PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5 Olof Johansson
2013-05-08 18:48 ` Doug Anderson
2013-05-08 19:33 ` Olof Johansson
2013-05-09 9:45 ` Tomasz Figa
2013-05-09 18:11 ` Doug Anderson
2013-05-09 23:29 ` Kukjin Kim
2013-05-08 18:52 ` [PATCH v2] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at arch level Doug Anderson
2013-05-09 18:12 ` [PATCH v3] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at chip level Doug Anderson
2013-05-14 12:07 ` Linus Walleij
2013-05-14 12:25 ` Kukjin Kim
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=1368034349-15091-1-git-send-email-dianders@chromium.org \
--to=dianders@chromium.org \
--cc=alim.akhtar@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=olof@lixom.net \
--cc=sjg@chromium.org \
--cc=thomas.abraham@linaro.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