Skip to content

Commit 4ddf374

Browse files
SuperDavidWurkhuangtao
authored andcommitted
ARM: dts: rk322x: 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 <david.wu@rock-chips.com> Change-Id: I603946b27ab4668ed5ff4dbb629f3ed9b8741b08
1 parent 4759e1a commit 4ddf374

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
interrupt-parent = <&gic>;
5656

5757
aliases {
58+
ethernet0 = &gmac;
5859
serial0 = &uart0;
5960
serial1 = &uart1;
6061
serial2 = &uart2;

0 commit comments

Comments
 (0)