Skip to content

Commit

Permalink
dsa: fix device tree binding documentation typo on #address-cells
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Mar 25, 2013
1 parent 27f8522 commit 4c64f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/dsa/dsa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Example:

dsa@0 {
compatible = "marvell,dsa";
#address-cells = <1>;
#address-cells = <2>;
#size-cells = <0>;

interrupts = <10>;
Expand Down

0 comments on commit 4c64f1f

Please sign in to comment.