From: Florian Fainelli <florian@openwrt.org>
Date: Mon, 25 Mar 2013 05:03:38 +0000 (+0000)
Subject: dsa: fix device tree binding documentation typo on #address-cells
X-Git-Tag: firefly_0821_release~3680^2~548^2~347
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c64f1f70cf3e7860bae12d62a31c137a6a4f4a7;p=firefly-linux-kernel-4.4.55.git

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>
---

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:
 
 	dsa@0 {
 		compatible = "marvell,dsa";
-		#address-cells = <1>;
+		#address-cells = <2>;
 		#size-cells = <0>;
 
 		interrupts = <10>;