ARM: dts: ixp4xx: Fix up Actiontec MI424WR DTS files

The KS8995 switch was unconditionally wired to EthC (eth1)
on both MI424WR variants, this is wrong: the D revision has
the switch connected to EthB (eth0) so pull this assingment
out of the generic MI424WR DTSI file and make it a property
of the respective variants instead.

Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20251211-ixp4xx-actiontec-dts-fix-v1-1-97af8e79d474@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Linus Walleij and committed by
Krzysztof Kozlowski
ececfba2 8f0b4cce

+22 -1
+11
arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-ac.dts
··· 12 12 model = "Actiontec MI424WR rev A/C"; 13 13 compatible = "actiontec,mi424wr-ac", "intel,ixp42x"; 14 14 15 + /* Connect the switch to EthC */ 16 + spi { 17 + ethernet-switch@0 { 18 + ethernet-ports { 19 + ethernet-port@4 { 20 + ethernet = <&ethc>; 21 + }; 22 + }; 23 + }; 24 + }; 25 + 15 26 soc { 16 27 /* EthB used for WAN */ 17 28 ethernet@c8009000 {
+11
arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-d.dts
··· 12 12 model = "Actiontec MI424WR rev D"; 13 13 compatible = "actiontec,mi424wr-d", "intel,ixp42x"; 14 14 15 + /* Connect the switch to EthB */ 16 + spi { 17 + ethernet-switch@0 { 18 + ethernet-ports { 19 + ethernet-port@4 { 20 + ethernet = <&ethb>; 21 + }; 22 + }; 23 + }; 24 + }; 25 + 15 26 soc { 16 27 /* EthB used for LAN */ 17 28 ethernet@c8009000 {
-1
arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi
··· 152 152 }; 153 153 ethernet-port@4 { 154 154 reg = <4>; 155 - ethernet = <&ethc>; 156 155 phy-mode = "mii"; 157 156 fixed-link { 158 157 speed = <100>;