summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/berlin/Makefile
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2014-05-19 19:36:31 +0200
committerLinus Walleij <linus.walleij@linaro.org>2014-05-23 00:06:04 +0200
commitb016d1bd0592478813cc659ee4ac49f51f160e7b (patch)
tree9c92a03e4f49b93706b0b0ac9eaf974ab43b5b69 /drivers/pinctrl/berlin/Makefile
parent626eea8706b2cf88588d1c8ec2d95edcf126667d (diff)
downloadlinux-b016d1bd0592478813cc659ee4ac49f51f160e7b.tar.bz2
pinctrl: berlin: add the BG2 pinctrl driver
Add the pin-controller driver for the Berlin BG2 SoC, with definition of its groups and functions. Pin control registers are part of chip/ system control registers, which will be represented by a single node. Until a proper driver for the chip/system control is available, register the corresponding regmap in pinctrl driver probe. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/berlin/Makefile')
-rw-r--r--drivers/pinctrl/berlin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/berlin/Makefile b/drivers/pinctrl/berlin/Makefile
index 1866b1f2d1cf..e37e4e7a8838 100644
--- a/drivers/pinctrl/berlin/Makefile
+++ b/drivers/pinctrl/berlin/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_PINCTRL_BERLIN) += berlin.o
+obj-$(CONFIG_PINCTRL_BERLIN_BG2) += berlin-bg2.o
obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o