From patchwork Tue May 23 09:54:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 9742229 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 603876032B for ; Tue, 23 May 2017 09:55:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3E4B328794 for ; Tue, 23 May 2017 09:55:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 33383287B4; Tue, 23 May 2017 09:55:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DFC09287A8 for ; Tue, 23 May 2017 09:55:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=xOzV14x0wXt2aYZ53LUlh+1Q049ZPjSSl5zjhlkubdo=; b=iMjEVSZJ8+JU+sro/GIiqY7mUC u+bM0ASMZHSGB68/TiJ+19j/Lg1e/LmbyG6sUAhRgdpxyxSRP44/hQCP7aXdxP2r3Y0two7zbZL6Y 0Wiz1FjPUJE2GA0GLCAWA1qwZ38q8QIgV5wB4xeLn3bMQtVNcxezFeQQ1cctf74SFUbYNifB5KL9b vy2Y3Prr7N+xruEXDh48WmZmDa/muyoPR+QcIWAxqH4tGNbn9Nhh+2CQzCRZlzJSqZjZliACwJcDe +1niwXp3d8Qv4oyAcaEhDVgUDCUaNy28FqX8/RGzjwnVz+XsfpCbn/VFQR44DfS5YbBBKIaPThKwI y7eN+Djg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dD6Wz-0002H4-MW; Tue, 23 May 2017 09:55:09 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dD6Wv-00011q-Ep; Tue, 23 May 2017 09:55:07 +0000 Received: from x59cc8a48.dyn.telefonica.de ([89.204.138.72] helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1dD6WZ-0004il-RV; Tue, 23 May 2017 11:54:43 +0200 From: Heiko Stuebner To: linux-rockchip@lists.infradead.org Subject: [PATCH 2/3] arm64: dts: rockchip: add ethernet alias on rk3399 Date: Tue, 23 May 2017 11:54:26 +0200 Message-Id: <20170523095427.7421-2-heiko@sntech.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170523095427.7421-1-heiko@sntech.de> References: <20170523095427.7421-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170523_025505_706650_F5662F23 X-CRM114-Status: UNSURE ( 7.24 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kever.yang@rock-chips.com, linux-arm-kernel@lists.infradead.org, Heiko Stuebner MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This is used by bootloaders to override the mac address in the devicetree if needed. Signed-off-by: Heiko Stuebner --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index db713c67ae17..3e1b1daa0964 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -56,6 +56,7 @@ #size-cells = <2>; aliases { + ethernet = &gmac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2;