devicetree: bindings: update MVEBU pinctrl binding documentation
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 25 Jan 2014 15:53:20 +0000 (16:53 +0100)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 25 Feb 2014 18:07:29 +0000 (19:07 +0100)
Dove pinctrl binding now requires three different reg properties. This
updates corresponding binding and example accordingly. While at it, also
document reg property as required for the other MVEBU SoC pinctrl nodes.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
Documentation/devicetree/bindings/pinctrl/marvell,dove-pinctrl.txt
Documentation/devicetree/bindings/pinctrl/marvell,kirkwood-pinctrl.txt
Documentation/devicetree/bindings/pinctrl/marvell,mvebu-pinctrl.txt

index 01ef408e205f18ce5ac3c16b44e559f01f877f08..adda2a8d1d5298dcf3b35634d26a3022fc686a14 100644 (file)
@@ -5,6 +5,7 @@ part and usage.
 
 Required properties:
 - compatible: "marvell,88f6710-pinctrl"
+- reg: register specifier of MPP registers
 
 Available mpp pins/groups and functions:
 Note: brackets (x) are not part of the mpp name for marvell,function and given
index bfa0a2e5e0cb929d91f666537fe45a99199005d0..373dbccd7ab0e7c5b4905b7c700e8fada265be1a 100644 (file)
@@ -6,6 +6,7 @@ part and usage.
 Required properties:
 - compatible: "marvell,mv78230-pinctrl", "marvell,mv78260-pinctrl",
               "marvell,mv78460-pinctrl"
+- reg: register specifier of MPP registers
 
 This driver supports all Armada XP variants, i.e. mv78230, mv78260, and mv78460.
 
index 50ec3512a292c3cbfc8a2ab4aba5c005c10ad2db..cf52477cc7ee3affd5527ccfeaef0fd841e80cff 100644 (file)
@@ -6,6 +6,7 @@ part and usage.
 Required properties:
 - compatible: "marvell,dove-pinctrl"
 - clocks: (optional) phandle of pdma clock
+- reg: register specifiers of MPP, MPP4, and PMU MPP registers
 
 Available mpp pins/groups and functions:
 Note: brackets (x) are not part of the mpp name for marvell,function and given
index 95daf6335c3796e2256ddb94e3e21190cf0c1b35..730444a9a4de8a3aba0e6be2864f974b4f5da1a5 100644 (file)
@@ -8,6 +8,7 @@ Required properties:
               "marvell,88f6190-pinctrl", "marvell,88f6192-pinctrl",
               "marvell,88f6281-pinctrl", "marvell,88f6282-pinctrl"
               "marvell,98dx4122-pinctrl"
+- reg: register specifier of MPP registers
 
 This driver supports all kirkwood variants, i.e. 88f6180, 88f619x, and 88f628x.
 It also support the 88f6281-based variant in the 98dx412x Bobcat SoCs.
index 0a26c3aa4e6d0ccc20ad78c981f52fb4733e14aa..0c09f4eb2af09db6aa785d6c6ea70f0086de6240 100644 (file)
@@ -37,7 +37,7 @@ uart1: serial@12100 {
 
 pinctrl: pinctrl@d0200 {
        compatible = "marvell,dove-pinctrl";
-       reg = <0xd0200 0x20>;
+       reg = <0xd0200 0x14>, <0xd0440 0x04>, <0xd802c 0x08>;
 
        pmx_uart1_sw: pmx-uart1-sw {
                marvell,pins = "mpp_uart1";
This page took 0.037394 seconds and 5 git commands to generate.