ARM: dts: exynos: Add an alias for the Ethernet interface on Odroid XU3
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 3 Nov 2020 18:44:08 +0000 (19:44 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 15 Nov 2020 10:38:37 +0000 (11:38 +0100)
Add an alias to enable bootloaders to find the Ethernet
interface and assign a MAC address.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201103184412.18874-3-l.stelmach@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5422-odroidxu3.dts

index cdd3a5f..cecaeb6 100644 (file)
 / {
        model = "Hardkernel Odroid XU3";
        compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
+
+       aliases {
+               ethernet = &ethernet;
+       };
 };
 
 &i2c_0 {