diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2014-05-19 19:36:30 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-23 00:05:30 +0200 |
commit | 626eea8706b2cf88588d1c8ec2d95edcf126667d (patch) | |
tree | 28b2784408129ae3b9a4e6de1894cf0c21d7a100 /drivers/pinctrl/berlin/Makefile | |
parent | pinctrl: berlin: add the core pinctrl driver for Marvell Berlin SoCs (diff) | |
download | linux-626eea8706b2cf88588d1c8ec2d95edcf126667d.tar.xz linux-626eea8706b2cf88588d1c8ec2d95edcf126667d.zip |
pinctrl: berlin: add the BG2Q 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/berlin/Makefile b/drivers/pinctrl/berlin/Makefile index 251a2b4e1057..1866b1f2d1cf 100644 --- a/drivers/pinctrl/berlin/Makefile +++ b/drivers/pinctrl/berlin/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_PINCTRL_BERLIN) += berlin.o +obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o |