Message ID | 20201103184412.18874-3-l.stelmach@samsung.com |
---|---|
State | Accepted |
Commit | c0f5d3873bc806f32584558fc1c8c593758c2967 |
Headers | show |
Series | Add Ethernet interface description for Odroid boards | expand |
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 --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 = ðernet; + }; }; &i2c_0 {
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(+)