From: Peng Fan Date: Wed, 20 May 2020 02:02:44 +0000 (+0800) Subject: arm64: dts: imx8mq: Add ethernet alias X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=614d88460f28cc0e73268ab89c770a909d7004a5;p=linux.git arm64: dts: imx8mq: Add ethernet alias Add ethernet alias, so bootloader code can use this to find the primary ethernet device, and set the MAC address. Signed-off-by: Peng Fan Reviewed-by: Dong Aisheng Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index aefc7ddd479bf..54bed643ed5be 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -20,6 +20,7 @@ #size-cells = <2>; aliases { + ethernet0 = &fec1; gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3;