diff options
author | Philipp Rossak <embed3d@gmail.com> | 2017-12-18 07:35:48 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-12-19 03:54:46 -0500 |
commit | 2ce3dc66d75fc204cc42bc4ee9c6f612ef4a8949 (patch) | |
tree | fd1764bd0e5724067d9f7ec2e89abb28638aa6b2 | |
parent | b1f9b5fd21d862ab78ae2bb50ce49d0ea1189359 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts index b9ffa4d9c873..a6e61915d648 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | |||
@@ -48,6 +48,7 @@ | |||
48 | 48 | ||
49 | aliases { | 49 | aliases { |
50 | serial1 = &uart3; | 50 | serial1 = &uart3; |
51 | ethernet0 = &emac; | ||
51 | ethernet1 = &sdio_wifi; | 52 | ethernet1 = &sdio_wifi; |
52 | }; | 53 | }; |
53 | 54 | ||