diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2014-05-19 19:36:31 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-23 00:06:04 +0200 |
commit | b016d1bd0592478813cc659ee4ac49f51f160e7b (patch) | |
tree | 9c92a03e4f49b93706b0b0ac9eaf974ab43b5b69 /drivers/pinctrl/berlin/Makefile | |
parent | 626eea8706b2cf88588d1c8ec2d95edcf126667d (diff) | |
download | linux-b016d1bd0592478813cc659ee4ac49f51f160e7b.tar.gz linux-b016d1bd0592478813cc659ee4ac49f51f160e7b.tar.bz2 linux-b016d1bd0592478813cc659ee4ac49f51f160e7b.zip |
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/Makefile | 1 |
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 |