projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d7a0c
)
riscv: dts: sifive: Add ethernet0 to the aliases node
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 5 Sep 2019 12:46:14 +0000
(
05:46
-0700)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
index 5a29211d396e15595984b303a9af90abc240f401..ae5c42d6943a816c363530d43065cdd5d5f3f260 100644
(file)
--- a/
arch/riscv/boot/dts/sifive/fu540-c000.dtsi
+++ b/
arch/riscv/boot/dts/sifive/fu540-c000.dtsi
@@
-13,6
+13,7
@@
aliases {
serial0 = &uart0;
serial1 = &uart1;
+ ethernet0 = ð0;
};
chosen {