Skip to content

Commit

Permalink
riscv: dts: sifive: Add ethernet0 to the aliases node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bin Meng authored and Paul Walmsley committed Sep 20, 2019
1 parent d3d7a0c commit 3bcca2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/riscv/boot/dts/sifive/fu540-c000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
aliases {
serial0 = &uart0;
serial1 = &uart1;
ethernet0 = &eth0;
};

chosen {
Expand Down

0 comments on commit 3bcca2a

Please sign in to comment.