ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliases

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>
This commit is contained in:
Philipp Rossak 2017-12-18 13:35:48 +01:00 committed by Maxime Ripard
parent b1f9b5fd21
commit 2ce3dc66d7
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
aliases {
serial1 = &uart3;
ethernet0 = &emac;
ethernet1 = &sdio_wifi;
};