From patchwork Thu May 4 10:29:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 9711393 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 AED2560362 for ; Thu, 4 May 2017 10:31:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 91F5728648 for ; Thu, 4 May 2017 10:31:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 86A6D28682; Thu, 4 May 2017 10:31:19 +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 39E5328648 for ; Thu, 4 May 2017 10:31:19 +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=ACOOijeujYut13/1vfj+3Azrx9sCvdI8daBvrAJhcBk=; b=Ecj01v1xhi+ez2d0JJid1sYOBu 10D2RR4ed1r17mzF/kIgWCZ25sIskkWvc8Kl7+IMOvu/+yMKdEPTDPwrgUm/7gP5KpXTTyG9Rsy/C dCAyBCX/64iiYcwtXJADC0YHEKkW50i5OVyisnibeYt0Z2bT1x0xz0QKHgsT4Y8/ebfX4Uo7PMgnN effs3W/q7f3X0GWYsWk4pUUNyxlHH21th8DSM2DExMRnHIfVOVwFb6qJXPOo+AjSIBPuEwrllR/pA pQ9V8KWkbFWBKxhkKq19J80jiGBVXBqvsnmJRxKfHy4z8dfFOIc6O2BSICOXTRFlmHDZyx7nHGEa6 UzamJ9nA==; 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 1d6E2Y-0008WH-Rt; Thu, 04 May 2017 10:31:18 +0000 Received: from mail-out.m-online.net ([212.18.0.9]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d6E2J-0007uT-If for linux-arm-kernel@lists.infradead.org; Thu, 04 May 2017 10:31:16 +0000 Received: from mail.nefkom.net (unknown [192.168.6.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3wJWVn6jg8z1qrtJ; Thu, 4 May 2017 12:29:53 +0200 (CEST) X-Auth-Info: 99o/0BNw+/F6QTIfgitQO5GgWUTglLQdktWcfwSYYL0= Received: from kurokawa.lan (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 3wJWVn4zwhzvdWS; Thu, 4 May 2017 12:29:53 +0200 (CEST) From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 4/4] ARM: dts: socfpga: Add second ethernet alias to VINING FPGA Date: Thu, 4 May 2017 12:29:50 +0200 Message-Id: <20170504102950.10667-4-marex@denx.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170504102950.10667-1-marex@denx.de> References: <20170504102950.10667-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170504_033104_338056_85BB799A X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , dinguyen@kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add DT alias for the second ethernet present on mainboard rev 1.10. Signed-off-by: Marek Vasut --- arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts index 9195f11dacdc..655fe87e272d 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts @@ -69,6 +69,7 @@ * to be added to the gmac1 device tree blob. */ ethernet0 = &gmac1; + ethernet1 = &gmac0; }; gpio-keys {