From: Ralph Sennhauser Date: Sun, 21 May 2017 12:48:56 +0000 (+0200) Subject: ARM: dts: armada-385-linksys: drop legacy DSA bindings X-Git-Tag: v4.13-rc1~168^2~6^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c38d10c75bc196c703643f72669d9be0d11e4e5;p=karo-tx-linux.git ARM: dts: armada-385-linksys: drop legacy DSA bindings The new ones work so there is little reason to keep the legacy bindings. Use the rework as the opportunity to drop the legacy node. Signed-off-by: Ralph Sennhauser Signed-off-by: Imre Kaloz 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 6cc1ec7699ff..f1d6b77c73fe 100644 --- a/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi @@ -115,53 +115,6 @@ linux,default-trigger = "disk-activity"; }; }; - - dsa@0 { - status = "disabled"; - - compatible = "marvell,dsa"; - #address-cells = <2>; - #size-cells = <0>; - - dsa,ethernet = <ð2>; - dsa,mii-bus = <&mdio>; - - switch@0 { - #address-cells = <1>; - #size-cells = <0>; - reg = <0x0 0>; /* MDIO address 0, switch 0 in tree */ - - port@0 { - reg = <0>; - label = "lan4"; - }; - - port@1 { - reg = <1>; - label = "lan3"; - }; - - port@2 { - reg = <2>; - label = "lan2"; - }; - - port@3 { - reg = <3>; - label = "lan1"; - }; - - port@4 { - reg = <4>; - label = "wan"; - }; - - port@5 { - reg = <5>; - label = "cpu"; - }; - }; - }; }; &ahci0 {