Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757067AbdLOWjO (ORCPT ); Fri, 15 Dec 2017 17:39:14 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:44283 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756653AbdLOWjF (ORCPT ); Fri, 15 Dec 2017 17:39:05 -0500 X-Google-Smtp-Source: ACJfBov4pslFu1JQdM1AruhVpO81aqyhfNaiPdYwWLjdrzbhLx5iQ1hFLRuKdO7LlDRMY/XdX5cAyg== From: Philipp Rossak To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: [PATCH 1/2] ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliases Date: Fri, 15 Dec 2017 23:39:00 +0100 Message-Id: <20171215223901.14500-2-embed3d@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171215223901.14500-1-embed3d@gmail.com> References: <20171215223901.14500-1-embed3d@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 511 Lines: 19 Signed-off-by: Philipp Rossak --- arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.11.0