From 47f179e52800af76757eb900cc5ca3070d384035 Mon Sep 17 00:00:00 2001 From: David Wu Date: Mon, 26 Apr 2021 15:56:40 +0800 Subject: [PATCH] ARM: dts: rv1126: Add ethernet alias for uboot write MAC address Now we use U-Boot to write the MAC address into DTB, to solve the problem of getting the MAC address in the vendor partition too late at the kernel level, so the Ethernet alias is added for U-Boot to quickly find the gmac DTB node. Signed-off-by: David Wu Change-Id: Ic12cdbf3f4116a5f20b7aeb8b1c665be229c5e32 --- arch/arm/boot/dts/rv1126.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rv1126.dtsi b/arch/arm/boot/dts/rv1126.dtsi index c650981c4086..90c43bc5e481 100644 --- a/arch/arm/boot/dts/rv1126.dtsi +++ b/arch/arm/boot/dts/rv1126.dtsi @@ -24,6 +24,7 @@ interrupt-parent = <&gic>; aliases { + ethernet0 = &gmac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2;