diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2012-09-13 11:41:43 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-09-22 10:50:14 -0400 |
commit | 7e8d941567c99a03390154a7bb116d1b03db82b3 (patch) | |
tree | 069e6d14c5af258c02cef3658d0be38bc8de2f6d /arch/arm | |
parent | 5b40baee4a39d96d4d6a48a2b2383982912c429b (diff) |
pinctrl: mvebu: pinctrl driver core
This patch adds a pinctrl driver core for Marvell SoCs plus DT
binding documentation. This core driver will be used by SoC family
specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Conflicts:
arch/arm/Kconfig
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a4eab57bee2f..4b307249dcb3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -568,6 +568,7 @@ config ARCH_MVEBU | |||
568 | select IRQ_DOMAIN | 568 | select IRQ_DOMAIN |
569 | select COMMON_CLK | 569 | select COMMON_CLK |
570 | select PLAT_ORION | 570 | select PLAT_ORION |
571 | select PINCTRL | ||
571 | help | 572 | help |
572 | Support for the Marvell SoC Family with device tree support | 573 | Support for the Marvell SoC Family with device tree support |
573 | 574 | ||