ARM: dove: add additional pinctrl registers
Dove pinctrl uses additional registers to control MPPs. This patch first increases existing pinctrl reg property by one register, and then adds two new ranges for MPP4 and PMU MPP registers. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
7702693758
commit
5db263743d
1 changed files with 3 additions and 1 deletions
|
@ -389,7 +389,9 @@
|
|||
|
||||
pinctrl: pin-ctrl@d0200 {
|
||||
compatible = "marvell,dove-pinctrl";
|
||||
reg = <0xd0200 0x10>;
|
||||
reg = <0xd0200 0x14>,
|
||||
<0xd0440 0x04>,
|
||||
<0xd802c 0x08>;
|
||||
clocks = <&gate_clk 22>;
|
||||
|
||||
pmx_gpio_0: pmx-gpio-0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue