Skip to content

Commit a50a059

Browse files
ziswilerdavem330
authored andcommitted
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 <[email protected]> Fixes: a3c53be ("net: dsa: mv88e6xxx: Support multiple MDIO busses") Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3707428 commit a50a059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/dsa/marvell.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Example:
8383
#interrupt-cells = <2>;
8484

8585
switch0: switch@0 {
86-
compatible = "marvell,mv88e6390";
86+
compatible = "marvell,mv88e6190";
8787
reg = <0>;
8888
reset-gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
8989

0 commit comments

Comments
 (0)