summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2021-10-06 08:31:04 +0200
committerDavid S. Miller <davem@davemloft.net>2021-10-06 15:20:40 +0100
commita50a0595230d38be15183699f7bbc963bf3d127a (patch)
treec7cd0ed0388a7077c9d8b060bec4c4575577d914 /Documentation
parent3707428ddabadde4086eb7c592e988f584344857 (diff)
downloadlinux-a50a0595230d38be15183699f7bbc963bf3d127a.tar.gz
dt-bindings: net: dsa: marvell: fix compatible in example
While the MV88E6390 switch chip exists, one is supposed to use a
compatible of "marvell,mv88e6190" for it. Fix this in the given example.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Fixes: a3c53be55c95 ("net: dsa: mv88e6xxx: Support multiple MDIO busses")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/dsa/marvell.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Documentation/devicetree/bindings/net/dsa/marvell.txt
index 30c11fea491b..2363b412410c 100644
--- a/Documentation/devicetree/bindings/net/dsa/marvell.txt
+++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt
@@ -83,7 +83,7 @@ Example:
 		#interrupt-cells = <2>;
 
 		switch0: switch@0 {
-			compatible = "marvell,mv88e6390";
+			compatible = "marvell,mv88e6190";
 			reg = <0>;
 			reset-gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;