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 295E6EB64DA for ; Sat, 22 Jul 2023 11:47:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc: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=47DsOYHLEFDTVuWb6vqJcTnT1hIgnB4BQp0TYi8rG5o=; b=N8rOA5CGFo4p8VbAPReQidCDeu FuNIGk8rLlFzPWDyKziuuWciN8Egalav4c7rYL1dsNHLJJCeZu6ae0vXpeCUXDmZ6x0y8ITD/q+ML 0mGdaEGOGZphdlK5Vv4eN4blBXJEas+k/X0cmipc8CYfbIoAQMR4y2HSunZgaIVe2luIp1Vpsg+Jh +5PR6pC0Sd6c9WPRJd9G/k+bDitY/wTbIME/1FY3gjJyAQF5UdoN7xA0n+JY6EaSr+J/5vqxELT+0 8w+K30mh1GBssX4wD7vp1u2ifObGW2KeeL8U1oIckBsnppbcabgXNlslid8tdlYcbaV1dxspy4iii FUlqexnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qNB4y-00GbpX-36; Sat, 22 Jul 2023 11:47:20 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qNB4v-00Gbou-2x; Sat, 22 Jul 2023 11:47:19 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 365F860688; Sat, 22 Jul 2023 11:47:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 196E5C433C7; Sat, 22 Jul 2023 11:47:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690026436; bh=qEBn6e+fYz7AhV051ZDXT5ospKb3k9meMO3A37lVuJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d2RDHwQcwB/hLm5ypoZMeeWNVB4tQO9WizZ0URooeHAORKqFh15tFh0Or0jb2ZfkS cMp4BYRk0nDvV5F0mjuLFC5TffS3fxDPqBYx9O9aJiNZ2ejRMokZCdVJG9U73+DXUF ubg9ETXOapXptJTnpVsGsaRjuby9kuZJcI3fZk1wxTg0S7b3K20Znsj4io7IUQGljY pMiIBKZAIvQSqn9UIahDsxYgjXG310C8xvcw6yKASZ9qhB7hGapHbEaPGhsGo/uJ7p Hvpl3cWiaYgtNQJ4LCq2ACFH2HKqBcnpKL7Ht7z2kGapeb7dYqMw/QB9xpvwViuC2+ RfGWIWgrH/w1w== Date: Sat, 22 Jul 2023 12:47:09 +0100 From: Conor Dooley To: Daniel Golle Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Felix Fietkau , John Crispin , Sean Wang , Mark Lee , Lorenzo Bianconi , Matthias Brugger , AngeloGioacchino Del Regno , Russell King , =?iso-8859-1?Q?Bj=F8rn?= Mork , Greg Ungerer , Florian Fainelli , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next v4 2/9] dt-bindings: net: mediatek,net: add mt7988-eth binding Message-ID: <20230722-blip-sleet-8c3a75b1c911@spud> References: <5a333fa431562efed461ec5a987d6982db2ed620.1689974536.git.daniel@makrotopia.org> MIME-Version: 1.0 In-Reply-To: <5a333fa431562efed461ec5a987d6982db2ed620.1689974536.git.daniel@makrotopia.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230722_044718_014742_43A77D41 X-CRM114-Status: GOOD ( 15.34 ) 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: , Content-Type: multipart/mixed; boundary="===============1068884855159479437==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1068884855159479437== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="S3k3Sb20TyWQtpEz" Content-Disposition: inline --S3k3Sb20TyWQtpEz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 21, 2023 at 10:32:10PM +0100, Daniel Golle wrote: > Introduce DT bindings for the MT7988 SoC to mediatek,net.yaml. > The MT7988 SoC got 3 Ethernet MACs operating at a maximum of > 10 Gigabit/sec supported by 2 packet processor engines for > offloading tasks. > The first MAC is hard-wired to a built-in switch which exposes > four 1000Base-T PHYs as user ports. > It also comes with built-in 2500Base-T PHY which can be used > with the 2nd GMAC. > The 2nd and 3rd GMAC can be connected to external PHYs or provide > SFP(+) cages attached via SGMII, 1000Base-X, 2500Base-X, USXGMII, > 5GBase-KR or 10GBase-KR. >=20 > Signed-off-by: Daniel Golle Reviewed-by: Conor Dooley Thanks, Conor. --S3k3Sb20TyWQtpEz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZLvBvQAKCRB4tDGHoIJi 0rTAAQDHnk1AXL1i3JuZmYT+/xX+kwzUCVfTJwQJkX31Ipzx2gD+OJ94P3rAvdSL gWeUD5nqQVtppRlDGSgQ2QX6lSK3Dww= =dmf1 -----END PGP SIGNATURE----- --S3k3Sb20TyWQtpEz-- --===============1068884855159479437== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============1068884855159479437==--