From: Łukasz Stelmach Date: Tue, 3 Nov 2020 18:44:08 +0000 (+0100) Subject: ARM: dts: exynos: Add an alias for the Ethernet interface on Odroid XU3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c0f5d3873bc806f32584558fc1c8c593758c2967;p=linux.git ARM: dts: exynos: Add an alias for the Ethernet interface on Odroid XU3 Add an alias to enable bootloaders to find the Ethernet interface and assign a MAC address. Signed-off-by: Łukasz Stelmach Link: https://lore.kernel.org/r/20201103184412.18874-3-l.stelmach@samsung.com Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index cdd3a5fef2161..cecaeb69e6233 100644 --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts @@ -15,6 +15,10 @@ / { model = "Hardkernel Odroid XU3"; compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5"; + + aliases { + ethernet = ðernet; + }; }; &i2c_0 {