mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-31 15:24:17 +00:00
ARM: dts: imx7d-smegw01: Pass Ethernet aliases
Pass Ethernet aliases, so that the bootloader can properly pass MAC address to Linux. This fixes the problem of getting a random MAC address for eth1 in Linux. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
353791ce48
commit
f9acd1a110
@ -13,6 +13,8 @@
|
||||
compatible = "storopack,imx7d-smegw01", "fsl,imx7d";
|
||||
|
||||
aliases {
|
||||
ethernet0 = &fec1;
|
||||
ethernet1 = &fec2;
|
||||
mmc0 = &usdhc1;
|
||||
mmc1 = &usdhc3;
|
||||
mmc2 = &usdhc2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user