diff mbox series

[v2,2/6] ARM: dts: exynos: Add an alias for the Ethernet interface on Odroid XU3

Message ID 20201103184412.18874-3-l.stelmach@samsung.com
State Accepted
Commit c0f5d3873bc806f32584558fc1c8c593758c2967
Headers show
Series Add Ethernet interface description for Odroid boards | expand

Commit Message

Lukasz Stelmach Nov. 3, 2020, 6:44 p.m. UTC
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>
---
 arch/arm/boot/dts/exynos5422-odroidxu3.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Krzysztof Kozlowski Nov. 15, 2020, 10:39 a.m. UTC | #1
On Tue, Nov 03, 2020 at 07:44:08PM +0100, Łukasz Stelmach wrote:
> 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>

> ---

>  arch/arm/boot/dts/exynos5422-odroidxu3.dts | 4 ++++

>  1 file changed, 4 insertions(+)

> 


Thanks, applied.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
index 0fa8bea781ff..2a4153484664 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 = &ethernet;
+	};
 };
 
 &i2c_0 {