1
0
Fork 0

riscv: dts: sifive: Add ethernet0 to the aliases node

U-Boot expects this alias to be in place in order to fix up the mac
address of the ethernet node.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
alistair/sunxi64-5.4-dsi
Bin Meng 2019-09-05 05:46:14 -07:00 committed by Paul Walmsley
parent d3d7a0ce02
commit 3bcca2a5a9
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
aliases {
serial0 = &uart0;
serial1 = &uart1;
ethernet0 = &eth0;
};
chosen {