]> Git Repo - linux.git/commitdiff
riscv: dts: microchip: Add ethernet0 to the aliases node
authorBin Meng <[email protected]>
Wed, 4 Aug 2021 12:30:15 +0000 (20:30 +0800)
committerPalmer Dabbelt <[email protected]>
Wed, 25 Aug 2021 03:57:32 +0000 (20:57 -0700)
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]>
arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts

index ec79944065c98ef2d14f7cdb15e0044088daf07e..baea7d204639a18539e31c59b44a951ae00bdc4e 100644 (file)
        model = "Microchip PolarFire-SoC Icicle Kit";
        compatible = "microchip,mpfs-icicle-kit";
 
+       aliases {
+               ethernet0 = &emac1;
+       };
+
        chosen {
                stdout-path = &serial0;
        };
This page took 0.067133 seconds and 4 git commands to generate.