ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliases
authorPhilipp Rossak <embed3d@gmail.com>
Mon, 18 Dec 2017 12:35:48 +0000 (13:35 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 19 Dec 2017 08:54:46 +0000 (09:54 +0100)
This patch fixes a missing ethernet 0 alisas in the devicetree on the
Nanopi M1 Plus.

Signed-off-by: Philipp Rossak <embed3d@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts

index b9ffa4d..a6e6191 100644 (file)
@@ -48,6 +48,7 @@
 
        aliases {
                serial1 = &uart3;
+               ethernet0 = &emac;
                ethernet1 = &sdio_wifi;
        };