mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
48b6bce352
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>
5 lines
195 B
Makefile
5 lines
195 B
Makefile
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
|