diff options
author | Sherman Yin <syin@broadcom.com> | 2013-12-20 18:13:35 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-16 14:25:38 +0100 |
commit | 54b1aa5a5b166f3e0863adde6cf9d14442fa244c (patch) | |
tree | 0739f8d7c62f4736c48253f50079c314f2e03d55 /arch/arm/mach-bcm/Kconfig | |
parent | 9bb412e557bcc43b3f5bc249830989461a83c875 (diff) | |
download | talos-op-linux-54b1aa5a5b166f3e0863adde6cf9d14442fa244c.tar.gz talos-op-linux-54b1aa5a5b166f3e0863adde6cf9d14442fa244c.zip |
ARM: pinctrl: Add Broadcom Capri pinctrl driver
Adds pinctrl driver for Broadcom Capri (BCM281xx) SoCs.
v4: - PINCTRL selected in Kconfig, PINCTRL_CAPRI selected in bcm_defconfig
- make use of regmap
- change CAPRI_PIN_UPDATE from macro to inline function.
- Handle pull-up strength arg in Ohm instead of enum
v3: Re-work driver to be based on generic pin config. Moved config selection
from Kconfig to bcm_defconfig.
v2: Use hyphens instead of underscore in DT property names.
Signed-off-by: Sherman Yin <syin@broadcom.com>
Reviewed-by: Christian Daudt <bcm@fixthebug.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 9fe6d88737ed..b1aa6a9b3bd1 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -25,6 +25,7 @@ config ARCH_BCM_MOBILE select TICK_ONESHOT select CACHE_L2X0 select HAVE_ARM_ARCH_TIMER + select PINCTRL help This enables support for systems based on Broadcom mobile SoCs. It currently supports the 'BCM281XX' family, which includes |