The two Ethernet ports on the RZA2MEVB development board are labeled "Ether1" and "Ether2". Reflect this numbering in the ethernet aliases. Fixes: eb8be0276d903a23 ("ARM: dts: rza2mevb: add ethernet aliases") Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- Is this the right thing to do? Can U-Boot live with the absence of ethernet0? arch/arm/boot/dts/r7s9210-rza2mevb.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/r7s9210-rza2mevb.dts b/arch/arm/boot/dts/r7s9210-rza2mevb.dts index d062d02865e7dfbb..0686bac4bfd8e191 100644 --- a/arch/arm/boot/dts/r7s9210-rza2mevb.dts +++ b/arch/arm/boot/dts/r7s9210-rza2mevb.dts @@ -18,8 +18,8 @@ aliases { serial0 = &scif4; - ethernet0 = ðer0; - ethernet1 = ðer1; + ethernet1 = ðer0; + ethernet2 = ðer1; }; chosen { -- 2.17.1