summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mvebu/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-01-25 03:09:05 +0400
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-02-26 00:16:09 +0400
commite91f7916eaa6751ce61ae151875280784c587267 (patch)
treef0630a492f8372fbe44bd71a78bcd9801ea5cfd0 /drivers/pinctrl/mvebu/Kconfig
parent4d73fc7728515d11fedff5b3ea7f2e03a84dfd60 (diff)
downloadlinux-e91f7916eaa6751ce61ae151875280784c587267.tar.xz
pinctrl: mvebu: dove: request syscon regmap for global registers
Dove pinctrl uses some global config registers to control pins. This patch requests a syscon regmap for those registers. As this changes DT to driver requirements, fallback to a self-registered regmap with hardcoded resources, if the corresponding syscon DT node is missing. Also, WARN about old DT binding usage to encourage users to update their DTBs. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mvebu/Kconfig')
-rw-r--r--drivers/pinctrl/mvebu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig
index 366fa541ee91..8dc4948c1202 100644
--- a/drivers/pinctrl/mvebu/Kconfig
+++ b/drivers/pinctrl/mvebu/Kconfig
@@ -8,6 +8,7 @@ config PINCTRL_MVEBU
config PINCTRL_DOVE
bool
select PINCTRL_MVEBU
+ select MFD_SYSCON
config PINCTRL_KIRKWOOD
bool