On Tue, Aug 16, 2022 at 02:10:25AM +0200, Michael Walle wrote: > 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@xxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew