summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-02-04 13:08:22 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-02-04 17:40:01 +0100
commita2bc7116a3fdf2363208d68e8c639d0aa4ed145d (patch)
tree97e8d005a838461907dbd110ecc8b7d652c8f302 /arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
parent590db576d04d50801f2596c71c2d60583306a923 (diff)
ARM: dts: imx7d-colibri: add ethernet aliases
Add ethernet aliases which is required to proprely pass mac address from bootloader. Completes commit 194a3e890092 ("ARM: dts: imx7d-colibri: add ethernet aliases") for the eMMC variant of the module. With the kernel update to 5.4.70-2.3.0 the missing aliases for Ethernet cause the kernel to hang during early boot. Related-to: ELB-3158 Related-to: ELB-3531 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-colibri-emmc.dtsi')
-rw-r--r--arch/arm/boot/dts/imx7d-colibri-emmc.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi b/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
index b16389dfd5a6..a7b4910f2ae4 100644
--- a/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
+++ b/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
@@ -8,6 +8,12 @@
/ {
aliases {
+ /* add ethernet aliases which is required to proprely pass mac
+ address from bootloader. Also with the update to 5.4.70-2.3.0
+ the kernel hangs without these aliases.
+ */
+ ethernet0 = &fec1;
+ ethernet1 = &fec2;
/* the following, together with kernel patches, forces a fixed assignment
between device id and usdhc controller */
/* i.e. the eMMC on usdhc3 will be /dev/mmcblk0 */