diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-04-05 17:18:04 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-24 11:31:36 +0200 |
commit | 87466ccd9401c4ac3971c437b7f634444fa7ace2 (patch) | |
tree | 43f68f040efb6cc3c93dc1e186aa1a4b6e9a3605 /drivers/pinctrl/Makefile | |
parent | pinctrl: dt-bindings: Add documentation for Armada 37xx pin controllers (diff) | |
download | linux-87466ccd9401c4ac3971c437b7f634444fa7ace2.tar.xz linux-87466ccd9401c4ac3971c437b7f634444fa7ace2.zip |
pinctrl: armada-37xx: Add pin controller support for Armada 37xx
The Armada 37xx SoC come with 2 pin controllers: one on the south
bridge (managing 28 pins) and one on the north bridge (managing 36 pins).
At the hardware level the controller configure the pins by group and not
pin by pin. This constraint is reflected in the design of the driver:
only the group related functions are implemented.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index 5fc3c1ddd86f..0e9b2226a7c2 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -45,7 +45,7 @@ obj-y += bcm/ obj-$(CONFIG_PINCTRL_BERLIN) += berlin/ obj-y += freescale/ obj-$(CONFIG_X86) += intel/ -obj-$(CONFIG_PINCTRL_MVEBU) += mvebu/ +obj-y += mvebu/ obj-y += nomadik/ obj-$(CONFIG_PINCTRL_PXA) += pxa/ obj-$(CONFIG_ARCH_QCOM) += qcom/ |