From: Ralph Sennhauser Date: Thu, 9 Feb 2017 15:27:02 +0000 (+0100) Subject: ARM: dts: armada-385-linksys: fix DSA compatible property X-Git-Tag: v4.11-rc1~87^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04be87a83db6cbb7586db95b591467c58ae09aee;p=thirdparty%2Flinux.git 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: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") Signed-off-by: Ralph Sennhauser Reviewed-by: Andrew Lunn Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi index 20d5e8b00f2de..df47bf1ea5eb4 100644 --- a/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi @@ -107,7 +107,7 @@ status = "okay"; switch@0 { - compatible = "marvell,mv88e6095"; + compatible = "marvell,mv88e6085"; #address-cells = <1>; #size-cells = <0>; reg = <0>;