dt-bindings: net: dsa: marvell: fix compatible in example
authorMarcel Ziswiler <marcel@ziswiler.com>
Wed, 6 Oct 2021 06:31:04 +0000 (08:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2021 14:20:40 +0000 (15:20 +0100)
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>
Documentation/devicetree/bindings/net/dsa/marvell.txt

index 30c11fe..2363b41 100644 (file)
@@ -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>;