Skip to content

Commit

Permalink
pinctrl: berlin: add the BG2Q pinctrl driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Sebastian Hesselbarth <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
atenart authored and linusw committed May 22, 2014
1 parent 3de68d3 commit 626eea8
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/pinctrl/berlin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ config PINCTRL_BERLIN
select PINMUX
select REGMAP_MMIO

config PINCTRL_BERLIN_BG2Q
bool
select PINCTRL_BERLIN

endif
1 change: 1 addition & 0 deletions drivers/pinctrl/berlin/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_PINCTRL_BERLIN) += berlin.o
obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o
Loading

0 comments on commit 626eea8

Please sign in to comment.