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 B3A2EC2D0D1 for ; Mon, 24 Jun 2024 21:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=sAZ4MdXH+h/nieLep2o7unhilYOwx9E3ZFeLERPASYE=; b=p6v7kNnhEFuFGEEaxRFn2nm4i6 NaRjXJIpPv0Q9B7eEE8FCLuvSPsrtA8As1vQEaXQ5LhnvRl38SJ35Gbwp1+0ePivy5xSD1tEgP0c1 IS0P1Vvt2As10hv3Bumrcv7a2yBV7ahy9VpZRrSXusOrc5lyBGiIRQnnWVq9Ou67LJDHgHggg4ORr Kf4MN5BczU8bJvwVfQDnGmkq6hZjHPKX54JhyXUMO95LhexLL38yhgE3O07GLG2xWGC5Xh1fBCtK9 KS0xpVegwxrMv4oT7jxoESP+rR91XcTRCj/E0G8RgmmY0jpFNjygmN7FZiJROasAmNk8EabURO4dR akLkoOYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLr5k-00000000gKR-029b; Mon, 24 Jun 2024 21:19:12 +0000 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLr5e-00000000gIf-0hCT for linux-arm-kernel@lists.infradead.org; Mon, 24 Jun 2024 21:19:08 +0000 Received: from svr-chch-seg1.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id D3BCC2C0372; Tue, 25 Jun 2024 09:19:00 +1200 (NZST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1719263940; bh=sAZ4MdXH+h/nieLep2o7unhilYOwx9E3ZFeLERPASYE=; h=From:To:Cc:Subject:Date:From; b=neTbh1IPTgIvBOYmvWBxHw9DKrpSox4my7sJ0vmhDgvtdU5SvdH84kCR3gZS/+N/o H2d9NN+zpiTuaouCeDmqW/SKcQPbh6VJxypE3NoAJVmBkVOCSI7wXTXLhEqf+hCi89 BoorX7IJOaV96yE2SkWbFBkRSusyR+YPUKefxRkEqh3dumJJh1qtzaprS5jVPN4ny5 lPQiIJRwk4yf0LDdv4JlLS/qS4a48OE4/lds+dcB+rtlFvVrJtt1BEyAJ7kuwmGnAb xkRIUEFgu0m24Vq7v9v0kTQoWlmJRA8e3dPX/6n5XOOXfrb3aSH2nTBz5VHZHB0L1k khkcC5We3KAwA== Received: from pat.atlnz.lc (Not Verified[10.32.16.33]) by svr-chch-seg1.atlnz.lc with Trustwave SEG (v8,2,6,11305) id ; Tue, 25 Jun 2024 09:19:00 +1200 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by pat.atlnz.lc (Postfix) with ESMTP id 9634713ED5B; Tue, 25 Jun 2024 09:19:00 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 9027B280ADD; Tue, 25 Jun 2024 09:19:00 +1200 (NZST) From: Chris Packham To: andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Chris Packham , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= , Landen Chao , DENG Qingfang , Sean Wang , Daniel Golle Subject: [PATCH v2] dt-bindings: net: dsa: mediatek,mt7530: Minor wording fixes Date: Tue, 25 Jun 2024 09:18:57 +1200 Message-ID: <20240624211858.1990601-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SEG-SpamProfiler-Analysis: v=2.4 cv=CvQccW4D c=1 sm=1 tr=0 ts=6679e2c4 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=T1WGqf2p2xoA:10 a=Mc0CNVgLlbBwIVVfR90A:9 a=3ZKOabzyN94A:10 X-SEG-SpamProfiler-Score: 0 x-atlnz-ls: pat X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240624_141906_713386_D14CB78A X-CRM114-Status: GOOD ( 13.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the mt7530 binding with some minor updates that make the document easier to read. Signed-off-by: Chris Packham --- Notes: I was referring to this dt binding and found a couple of places where the wording could be improved. I'm not exactly a techical writer but hopefully I've made things a bit better. =20 Changes in v2: - Update title, this is not just fixing grammar - Add missing The instead of changing has to have .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.ya= ml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml index 1c2444121e60..7e405ad96eb2 100644 --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml @@ -22,16 +22,16 @@ description: | =20 The MT7988 SoC comes with a built-in switch similar to MT7531 as well = as four Gigabit Ethernet PHYs. The switch registers are directly mapped into t= he SoC's - memory map rather than using MDIO. The switch got an internally connec= ted 10G + memory map rather than using MDIO. The switch has an internally connec= ted 10G CPU port and 4 user ports connected to the built-in Gigabit Ethernet P= HYs. =20 - MT7530 in MT7620AN, MT7620DA, MT7620DAN and MT7620NN SoCs has got 10/1= 00 PHYs + The MT7530 in MT7620AN, MT7620DA, MT7620DAN and MT7620NN SoCs has 10/1= 00 PHYs and the switch registers are directly mapped into SoC's memory map rat= her than using MDIO. The DSA driver currently doesn't support MT7620 variants. =20 There is only the standalone version of MT7531. =20 - Port 5 on MT7530 has got various ways of configuration: + Port 5 on MT7530 supports various configurations: =20 - Port 5 can be used as a CPU port. =20 --=20 2.45.2