Commit 2d528eda authored by Michael Walle's avatar Michael Walle Committed by Gregory CLEMENT
Browse files

ARM: dts: kirkwood: lsxl: remove first ethernet port



Both the Linkstation LS-CHLv2 and the LS-XHL have only one ethernet
port. This has always been wrong, i.e. the board code used to set up
both ports, but the driver will play nice and return -ENODEV if the
assiciated PHY is not found. Nevertheless, it is wrong. Remove it.

Fixes: 876e2333 ("ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes")
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 04eabc6a
Loading
Loading
Loading
Loading
+0 −11
Original line number Original line Diff line number Diff line
@@ -218,22 +218,11 @@ hdd_power: regulator@2 {
&mdio {
&mdio {
	status = "okay";
	status = "okay";


	ethphy0: ethernet-phy@0 {
		reg = <0>;
	};

	ethphy1: ethernet-phy@8 {
	ethphy1: ethernet-phy@8 {
		reg = <8>;
		reg = <8>;
	};
	};
};
};


&eth0 {
	status = "okay";
	ethernet0-port@0 {
		phy-handle = <&ethphy0>;
	};
};

&eth1 {
&eth1 {
	status = "okay";
	status = "okay";
	ethernet1-port@0 {
	ethernet1-port@0 {