Commit 626eea87 authored by Antoine Tenart's avatar Antoine Tenart Committed by Linus Walleij

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: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3de68d33
...@@ -5,4 +5,8 @@ config PINCTRL_BERLIN ...@@ -5,4 +5,8 @@ config PINCTRL_BERLIN
select PINMUX select PINMUX
select REGMAP_MMIO select REGMAP_MMIO
config PINCTRL_BERLIN_BG2Q
bool
select PINCTRL_BERLIN
endif endif
obj-$(CONFIG_PINCTRL_BERLIN) += berlin.o obj-$(CONFIG_PINCTRL_BERLIN) += berlin.o
obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment