summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/berlin/Makefile
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2014-05-19 21:36:32 +0400
committerLinus Walleij <linus.walleij@linaro.org>2014-05-23 02:06:38 +0400
commit48b6bce352891a66ddbda826c46536aaaf16d618 (patch)
tree257a0b31eec8eebf074b7450a3c7705cc690efed /drivers/pinctrl/berlin/Makefile
parentb016d1bd0592478813cc659ee4ac49f51f160e7b (diff)
downloadlinux-48b6bce352891a66ddbda826c46536aaaf16d618.tar.xz
pinctrl: berlin: add the BG2CD pinctrl driver
Add the pin-controller driver for the Berlin BG2Q 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 e37e4e7a8838..deb0c6baf316 100644
--- a/drivers/pinctrl/berlin/Makefile
+++ b/drivers/pinctrl/berlin/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_PINCTRL_BERLIN) += berlin.o
obj-$(CONFIG_PINCTRL_BERLIN_BG2) += berlin-bg2.o
+obj-$(CONFIG_PINCTRL_BERLIN_BG2CD) += berlin-bg2cd.o
obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o