Browse Source

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>
Florian Fainelli 12 năm trước cách đây
mục cha
commit
4c64f1f70c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Documentation/devicetree/bindings/net/dsa/dsa.txt

+ 1 - 1
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>;