Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 876e23333511 ("ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes")
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Michael Walle and committed by
Gregory CLEMENT
2d528eda 04eabc6a

-11
-11
arch/arm/boot/dts/kirkwood-lsxl.dtsi
··· 218 218 &mdio { 219 219 status = "okay"; 220 220 221 - ethphy0: ethernet-phy@0 { 222 - reg = <0>; 223 - }; 224 - 225 221 ethphy1: ethernet-phy@8 { 226 222 reg = <8>; 227 - }; 228 - }; 229 - 230 - &eth0 { 231 - status = "okay"; 232 - ethernet0-port@0 { 233 - phy-handle = <&ethphy0>; 234 223 }; 235 224 }; 236 225