Skip to content

Commit 3bcca2a

Browse files
lbmengpaul-walmsley-sifive
authored andcommitted
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 <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Paul Walmsley <[email protected]>
1 parent d3d7a0c commit 3bcca2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/boot/dts/sifive/fu540-c000.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
aliases {
1414
serial0 = &uart0;
1515
serial1 = &uart1;
16+
ethernet0 = &eth0;
1617
};
1718

1819
chosen {

0 commit comments

Comments
 (0)