Skip to content

Commit 417166d

Browse files
lbmengpalmer-dabbelt
authored andcommitted
riscv: dts: microchip: 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. Note on the Icicle Kit board, currently only emac1 is enabled so it becomes the 'ethernet0'. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 719588d commit 417166d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
model = "Microchip PolarFire-SoC Icicle Kit";
1515
compatible = "microchip,mpfs-icicle-kit";
1616

17+
aliases {
18+
ethernet0 = &emac1;
19+
};
20+
1721
chosen {
1822
stdout-path = &serial0;
1923
};

0 commit comments

Comments
 (0)