ARM: dove: add additional pinctrl registers
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 24 Feb 2014 08:42:55 +0000 (09:42 +0100)
committerJason Cooper <jason@lakedaemon.net>
Tue, 4 Mar 2014 02:16:48 +0000 (02:16 +0000)
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>
arch/arm/boot/dts/dove.dtsi

index 644b1f4..ca9ba9a 100644 (file)
 
                        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 {