From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: dsa: read mac address from DT for slave device Date: Fri, 22 Feb 2019 15:26:41 +0100 Message-ID: <20190222142641.GK5653@lunn.ch> References: <20190222125815.12866-1-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190222125815.12866-1-vkoul@kernel.org> Sender: netdev-owner@vger.kernel.org To: Vinod Koul Cc: "David S. Miller" , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Xiaofei Shen , Vivien Didelot , Florian Fainelli , Niklas Cassel , netdev@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On Fri, Feb 22, 2019 at 06:28:15PM +0530, Vinod Koul wrote: > From: Xiaofei Shen > > Before creating a slave netdevice, get the mac address from DTS and > apply in case it is valid. > > Signed-off-by: Xiaofei Shen > Signed-off-by: Vinod Koul Hi Xiaofei, Vinod It would be good to document this in the binding. Andrew