diff mbox

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

Message ID 20171218123548.32511-1-embed3d@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Philipp Rossak Dec. 18, 2017, 12:35 p.m. UTC
This patch fixes a missing ethernet 0 alisas in the devicetree on the
Nanopi M1 Plus.

Signed-off-by: Philipp Rossak <embed3d@gmail.com>
---
 arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Maxime Ripard Dec. 19, 2017, 8:54 a.m. UTC | #1
On Mon, Dec 18, 2017 at 01:35:48PM +0100, Philipp Rossak wrote:
> This patch fixes a missing ethernet 0 alisas in the devicetree on the
> Nanopi M1 Plus.
> 
> Signed-off-by: Philipp Rossak <embed3d@gmail.com>

Applied, thanks!
Maxime
diff mbox

Patch

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 0a8b79cf5954..87509a3e6aba 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 @@ 
 
 	aliases {
 		serial1 = &uart3;
+		ethernet0 = &emac;
 		ethernet1 = &sdio_wifi;
 	};