From: Fabio Estevam Date: Tue, 11 Jul 2023 22:01:25 +0000 (-0300) Subject: ARM: dts: imx7d-sdb: Pass the Ethernet aliases X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8cf71125e1509be9f678bed0a01a3ae388da3258;p=linux.git ARM: dts: imx7d-sdb: Pass the Ethernet aliases Describe the Ethernet aliases so that the second MAC address can be retrieved from the bootloader. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts b/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts index 75f1cd14bea18..0462e43ec09be 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts +++ b/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts @@ -10,6 +10,11 @@ model = "Freescale i.MX7 SabreSD Board"; compatible = "fsl,imx7d-sdb", "fsl,imx7d"; + aliases { + ethernet0 = &fec1; + ethernet1 = &fec2; + }; + chosen { stdout-path = &uart1; };