Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c64f1f7 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller
Browse files

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: default avatarFlorian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 27f85228
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ Example:


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


		interrupts = <10>;
		interrupts = <10>;