From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755251AbcDLF4L (ORCPT ); Tue, 12 Apr 2016 01:56:11 -0400 Received: from mail.kernel.org ([198.145.29.136]:38866 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750795AbcDLF4K (ORCPT ); Tue, 12 Apr 2016 01:56:10 -0400 Date: Tue, 12 Apr 2016 13:55:41 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] ARM: dts: vf-colibri: alias the primary FEC as ethernet0 Message-ID: <20160412055541.GB23166@tiger> References: <1459577621-3160-1-git-send-email-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459577621-3160-1-git-send-email-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 01, 2016 at 11:13:39PM -0700, Stefan Agner wrote: > The Vybrid based Colibri modules provide a on-module PHY which is > connected to the second FEC instance FEC1. Since the on-module > Ethernet port is considered as primary ethernet interface, alias > fec1 as ethernet0. This also makes sure that the first MAC address > provided by the boot loader gets assigned to the FEC instance used > for the on-module PHY. > > Signed-off-by: Stefan Agner Applied all, thanks.