]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: armada-385-linksys: fix DSA compatible property
authorRalph Sennhauser <ralph.sennhauser@gmail.com>
Thu, 9 Feb 2017 15:27:02 +0000 (16:27 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 15 Feb 2017 14:54:13 +0000 (15:54 +0100)
The switch to the new DSA binding used "marvell,mv88e6095" for the
compatible property which doesn't exist, use "marvell,mv88e6085"
instead.

Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding")
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-385-linksys.dtsi

index 20d5e8b00f2debf25e7471deea3ac6262a0daaeb..df47bf1ea5eb4fbbac7559eb5b6bad47a1de47cd 100644 (file)
@@ -107,7 +107,7 @@ mdio@72004 {
                                status = "okay";
 
                                switch@0 {
-                                       compatible = "marvell,mv88e6095";
+                                       compatible = "marvell,mv88e6085";
                                        #address-cells = <1>;
                                        #size-cells = <0>;
                                        reg = <0>;