aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-03-25 01:03:38 -0400
committerDavid S. Miller <davem@davemloft.net>2013-03-25 12:23:41 -0400
commit4c64f1f70cf3e7860bae12d62a31c137a6a4f4a7 (patch)
treea0f8ba1019e5448f96664388ac89b1e4d8a1ad69 /Documentation
parent27f852282ab9a028f57da96d05c26f38c424a315 (diff)
dsa: fix device tree binding documentation typo on #address-cells
The device tree binding documentation for dsa explicitely states that a DSA node should have its #address-cells property set to 2, yet the example still used 1, fix that typo. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/dsa/dsa.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.txt b/Documentation/devicetree/bindings/net/dsa/dsa.txt
index db92f55ef838..49f4f7ae3f51 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.txt
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.txt
@@ -43,7 +43,7 @@ Example:
43 43
44 dsa@0 { 44 dsa@0 {
45 compatible = "marvell,dsa"; 45 compatible = "marvell,dsa";
46 #address-cells = <1>; 46 #address-cells = <2>;
47 #size-cells = <0>; 47 #size-cells = <0>;
48 48
49 interrupts = <10>; 49 interrupts = <10>;