Commit 04be87a8 authored by Ralph Sennhauser's avatar Ralph Sennhauser Committed by Gregory CLEMENT

ARM: dts: armada-385-linksys: fix DSA compatible property

The switch to the new DSA binding used "marvell,mv88e6095" for the
compatible property which doesn't exist, use "marvell,mv88e6085"
instead.

Fixes: 455b82f0 ("ARM: dts: armada-385-linksys: Utilize new DSA binding")
Signed-off-by: default avatarRalph Sennhauser <ralph.sennhauser@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent e7d08bcf
......@@ -107,7 +107,7 @@ mdio@72004 {
status = "okay";
switch@0 {
compatible = "marvell,mv88e6095";
compatible = "marvell,mv88e6085";
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment