Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3287404pxk; Mon, 7 Sep 2020 08:32:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxEHzQbqPIvJm+a5C4t7pUgQDiIh2X/mznfoCbmeQWhZOFn5I3wm+2WNrVxr+1tzs0K4Vwi X-Received: by 2002:a05:6402:1b9a:: with SMTP id cc26mr21891129edb.30.1599492771791; Mon, 07 Sep 2020 08:32:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599492771; cv=none; d=google.com; s=arc-20160816; b=zaCQd17o67IBgxoE0NQNzOCc2Zk8Htoqjrxg5i1qDAROgFLzX+J9xgTklGb820fa4g yxPNwCqJ0+5b1Juq2qrtjTEHJ0drsgQXqkHEtcZKn3Mxbje4cLO48ReOPOrrXWW7q7mj mEeujgJPhhaCcKoidjR/udgXEpAbP8lc/ypVapMnjJixz+Dyooz04glHa/vacoMIijsN CTBMUuuuFy/v8/BTjXBI6zHumMOZb8GcDs4jnm5iXivee2xTpGCKVCTApglobWHivJdO ye7fFWU47X/2jwPQbbgYMOAJwP2bMz91cvpOoa8nup+Zf+DNS7ohjvmBD7KSV0zgpDPL g5kQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Y2tnGNJFquSg87Ms8NevxVwfi7bGiG9/fe9jIIRfYws=; b=FEuRuDbUsuLJTKp8kL59GCUv4/KjpbegSzlzsOhP/+LAFMvYcpmZ/BXO7KZBr8K2Zs BGF4sJdmSNNMAV2WlJjZ+TDsPLndUvxM4bU5AI0r7/usMuqwQtRGS/FVd/60EHYFKxeN 1Va2ut9oAGDpamTx6/eNhDgyxOwydMHPzb83xZxANZZ9ejsoqSWO/yermKhvlfCjrzza MjSOQX9Ed+9+iu/vRU4jkd/Rtdpfi9ckQzpnnklrkOE7o7zbooNP/GyAxAHe0xk7kkS9 v/E5oqlI/M9LyQ4SbVlyEnVzqkRKyF6jsrqQTHO1YF5buwxJzofp+o/fSouoffUFc/dy iOSA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j18si9617153ejb.50.2020.09.07.08.32.29; Mon, 07 Sep 2020 08:32:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730131AbgIGPbE (ORCPT + 99 others); Mon, 7 Sep 2020 11:31:04 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:47332 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730080AbgIGPNP (ORCPT ); Mon, 7 Sep 2020 11:13:15 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kFILk-00Dcsi-Ey; Mon, 07 Sep 2020 16:42:28 +0200 Date: Mon, 7 Sep 2020 16:42:28 +0200 From: Andrew Lunn To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Tomasz Maciej Nowak , Andre Heider , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: marvell: espressobin: Add ethernet switch aliases Message-ID: <20200907144228.GV3112546@lunn.ch> References: <20200907112718.5994-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200907112718.5994-1-pali@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 07, 2020 at 01:27:17PM +0200, Pali Roh?r wrote: > Espressobin boards have 3 ethernet ports and some of them got assigned more > then one MAC address. MAC addresses are stored in U-Boot environment. > > Since commit a2c7023f7075c ("net: dsa: read mac address from DT for slave > device") kernel can use MAC addresses from DT for particular DSA port. > > Currently Espressobin DTS file contains alias just for ethernet0. > > This patch defines additional ethernet aliases in Espressobin DTS files, so > bootloader can fill correct MAC address for DSA switch ports if more MAC > addresses were specified. > > DT alias ethernet1 is used for wan port, DT aliases ethernet2 and ethernet3 > are used for lan ports for both Espressobin revisions (V5 and V7). > > Fixes: 5253cb8c00a6f ("arm64: dts: marvell: espressobin: add ethernet alias") > Signed-off-by: Pali Roh?r I'm not sure a Fixes: is appropriate here. What is actually broken? This just seems like a new feature. Andrew