diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2020-11-03 21:44:08 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-15 13:38:37 +0300 |
commit | c0f5d3873bc806f32584558fc1c8c593758c2967 (patch) | |
tree | a1f0859cf7cfebcf8fb6c994c15170e6705ec2f5 /arch/arm/boot/dts/exynos5422-odroidxu3.dts | |
parent | f949d414fc1a9dfdfc878134629052135bd527db (diff) | |
download | linux-c0f5d3873bc806f32584558fc1c8c593758c2967.tar.xz |
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 <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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5422-odroidxu3.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5422-odroidxu3.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index cdd3a5fef216..cecaeb69e623 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 { |