OSDN Git Service

riscv: dts: sifive: Add ethernet0 to the aliases node
authorBin Meng <bmeng.cn@gmail.com>
Thu, 5 Sep 2019 12:46:14 +0000 (05:46 -0700)
committerPaul Walmsley <paul.walmsley@sifive.com>
Fri, 20 Sep 2019 15:37:23 +0000 (08:37 -0700)
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>
arch/riscv/boot/dts/sifive/fu540-c000.dtsi

index 5a29211..ae5c42d 100644 (file)
@@ -13,6 +13,7 @@
        aliases {
                serial0 = &uart0;
                serial1 = &uart1;
+               ethernet0 = &eth0;
        };
 
        chosen {