From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14606EDEBF5 for ; Wed, 4 Mar 2026 00:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To :Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=klDi2j33s2Z1BYzA7gT3sJcyM8DyJt/FGOXGD3b8PME=; b=Qs9PQXaHv2FhTQp5jdI74HH7xn Osv4uKkKo4C2KN7TFoyYASXrLuuLywZ6h45UT7AWdyur7DbMmV77sG0MNOpNIWUm6vtxCKh5xAIGd ONtnpyNu3UP5QasF5VvkmbzmF7ihNBexHKmViDugU1uERiyvDM7iommmV96UEWPAhYq+J2pHMXHcV 3Fl/P/SaJZTVHNoCgyo024yfu/JNIVqlOW34oKgQjQhpV4Mk2AI2jtlIS9W8w1M5zRNkkm6V2MRqi JCqou6PPGA21N9jlOBhcue/28xM6EhCs4usknoO/ENylKreZzK5R1K8ME14nleskxuNHAzowSKCxj oPwPu1lg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxZjC-0000000G82P-1iYz; Wed, 04 Mar 2026 00:04:38 +0000 Received: from pidgin.makrotopia.org ([2a07:2ec0:3002::65]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxZj9-0000000G81Z-3HXB; Wed, 04 Mar 2026 00:04:36 +0000 Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.99) (envelope-from ) id 1vxZiz-000000008Ax-1oPl; Wed, 04 Mar 2026 00:04:25 +0000 Date: Wed, 4 Mar 2026 00:04:17 +0000 From: Daniel Golle To: Frank Wunderlich Subject: Re: [PATCH] arm64: dts: mediatek: mt7988a-bpi-r4pro: rename mgmt port to lan5 Message-ID: References: <20260303202006.37515-1-linux@fw-web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260303202006.37515-1-linux@fw-web.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260303_160435_844493_EF393B2F X-CRM114-Status: GOOD ( 18.56 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Conor Dooley , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, Matthias Brugger , Krzysztof Kozlowski , Andrew LaMarche , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, Mar 03, 2026 at 09:20:06PM +0100, Frank Wunderlich wrote: > From: Frank Wunderlich > > It turns out that the label mgmt confuses users and now official case is > released where the port is labeled with number 5. So just rename it to > lan5 to follow naming convension (lan1-4 from mxl switch and lan6 for lan- > combo). > > Signed-off-by: Frank Wunderlich > --- Confirming that the port is labeled as "5" on the official case sold by SinoVoip/BananaPi. 5 [= =] [ RJ-45 ] [ ] 1G LAN Reviewed-by: Daniel Golle > arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi > index a48132f09411..1175ee156cb3 100644 > --- a/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi > @@ -207,7 +207,7 @@ &gsw_phy0_led0 { > }; > > &gsw_port0 { > - label = "mgmt"; > + label = "lan5"; > }; > > /* R4Pro has only port 0 connected, so disable the others */ > -- > 2.43.0 >