summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/berlin/Makefile
diff options
context:
space:
mode:
authorAntoine Tenart2014-05-19 19:36:32 +0200
committerLinus Walleij2014-05-23 00:06:38 +0200
commit48b6bce352891a66ddbda826c46536aaaf16d618 (patch)
tree257a0b31eec8eebf074b7450a3c7705cc690efed /drivers/pinctrl/berlin/Makefile
parentpinctrl: berlin: add the BG2 pinctrl driver (diff)
downloadkernel-qcow2-linux-48b6bce352891a66ddbda826c46536aaaf16d618.tar.gz
kernel-qcow2-linux-48b6bce352891a66ddbda826c46536aaaf16d618.tar.xz
kernel-qcow2-linux-48b6bce352891a66ddbda826c46536aaaf16d618.zip
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