mirror of https://gitee.com/openkylin/linux.git
arm64: renesas: salvator-x: Setup ethernet0 alias for U-Boot
Add an ethernet0 alias for the wired network card so that U-Boot can find the device-node and add an appropriate "local-mac-address" property. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
b2407c566b
commit
10ca6db79a
|
@ -18,6 +18,7 @@ / {
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &scif2;
|
serial0 = &scif2;
|
||||||
serial1 = &scif1;
|
serial1 = &scif1;
|
||||||
|
ethernet0 = &avb;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
Loading…
Reference in New Issue