From e7d08bcfe9b0badeda28ed5281766f1317660673 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 8 Feb 2017 09:28:10 +1300 Subject: [PATCH 1/2] ARM: dts: Fix typo in armada-xp-98dx4251 The compatible should be 98dx4251 not 98dx4521. Signed-off-by: Chris Packham Signed-off-by: Gregory CLEMENT --- arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi index 4b0533a4ccb7..b9d9b269efb4 100644 --- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi +++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi @@ -49,7 +49,7 @@ / { model = "Marvell 98DX4251 SoC"; - compatible = "marvell,armadaxp-98dx4521", "marvell,armadaxp-98dx3236", "marvell,armadaxp", "marvell,armada-370-xp"; + compatible = "marvell,armadaxp-98dx4251", "marvell,armadaxp-98dx3236", "marvell,armadaxp", "marvell,armada-370-xp"; cpus { cpu@1 { From 04be87a83db6cbb7586db95b591467c58ae09aee Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Thu, 9 Feb 2017 16:27:02 +0100 Subject: [PATCH 2/2] 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 --- arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi index 20d5e8b00f2d..df47bf1ea5eb 100644 --- a/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi @@ -107,7 +107,7 @@ mdio@72004 { status = "okay"; switch@0 { - compatible = "marvell,mv88e6095"; + compatible = "marvell,mv88e6085"; #address-cells = <1>; #size-cells = <0>; reg = <0>;