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 C4285F44879 for ; Sun, 12 Apr 2026 09:23:54 +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: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:To:From:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HG8LK3zLvqGGVVFMwLdWbCKig66mmIYOUx5h4FAdTrE=; b=sKlj+CP89/53Gk a79Y5xROHYmnO9aagfvX/P3GMO9g7vXUJ/RYG5Dqvw+0KQGVqIeV1qFVOOuBMVSWy8/ZAU00qmvFt 7c6XlSN6PIW8bydrZxhoSco9Uwyx9d5HSglWe202FrZDhT3rckcpAgfeqTm6xo5tx3UdmrQhNTUCv jpSAROz3JqqydOUzfGWPjubx2QT2YHy64Nnodohpohr3jJyoiyJlKzf40lWAZb7S1l/4GPbiNJZV1 begssY8gAmACOguIgDzb9iFO7gTWbK/4ESzmmQWKWdTRu4UHyU4T/vP+3DWYg6TOpEKaYHxvZOy7t WihMK/Vo16lH2bd9DYeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wBr2n-0000000ECHX-3nc5; Sun, 12 Apr 2026 09:23:53 +0000 Received: from mxout3.routing.net ([2a03:2900:1:a::8]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wBr2e-0000000EC9i-3ZH0; Sun, 12 Apr 2026 09:23:47 +0000 Received: from mxbulk.masterlogin.de (unknown [192.168.10.85]) by mxout3.routing.net (Postfix) with ESMTP id 72015605EB; Sun, 12 Apr 2026 09:23:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=routing; t=1775985819; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HG8LK3zLvqGGVVFMwLdWbCKig66mmIYOUx5h4FAdTrE=; b=tQ53KAI0x7LbPS4VjW5Q/YqSkoji4ud3ajJ44ShQF6x1kdqlsJTzUaKoa7aq5vLkSn0ZS4 2FoYRb5v/lRhz/sY/2w9QvcbsbeOENDy3d2PBvPz5E9fNTvlXfMyFeLk+zHG97gmCVKJ4k EFzjsy73F5lTiPoAYMGhN1C6KVvvKx0= Received: from frank-u24.. (fttx-pool-80.245.78.225.bambit.de [80.245.78.225]) by mxbulk.masterlogin.de (Postfix) with ESMTPSA id 4262E1226F2; Sun, 12 Apr 2026 09:23:39 +0000 (UTC) From: Frank Wunderlich To: Matthias Brugger , AngeloGioacchino Del Regno , Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: [PATCH v2 1/4] arm64: dts: mediatek: mt7988a-bpi-r4pro: rename mgmt port to lan5 Date: Sun, 12 Apr 2026 11:23:29 +0200 Message-ID: <20260412092333.6371-2-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260412092333.6371-1-linux@fw-web.de> References: <20260412092333.6371-1-linux@fw-web.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260412_022345_078566_087FE7F3 X-CRM114-Status: GOOD ( 10.87 ) 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: devicetree@vger.kernel.org, Daniel Golle , linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Andrew LaMarche , linux-arm-kernel@lists.infradead.org Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org 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 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