summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2021-03-30 15:21:27 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-03-30 12:28:30 +0000
commitfd4f86c93b87ea67a8c1cd5ed8dcd00f716802ae (patch)
tree32ebe7898ed82967bc81f6506340f2a8493b851e
parentcc21cacf60e4f68fd7fab710ef46d87b93577387 (diff)
ARM: dts: imx7s-colibri: add ethernet aliases
Add ethernet aliases which is required to proprely pass mac address from U-boot. 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-3888 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
-rw-r--r--arch/arm/boot/dts/imx7s-colibri.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s-colibri.dtsi b/arch/arm/boot/dts/imx7s-colibri.dtsi
index 94de220a5965..c57728525b7f 100644
--- a/arch/arm/boot/dts/imx7s-colibri.dtsi
+++ b/arch/arm/boot/dts/imx7s-colibri.dtsi
@@ -7,6 +7,14 @@
#include "imx7-colibri.dtsi"
/ {
+ 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;
+ };
+
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x10000000>;