From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A04EB368957; Fri, 10 Jul 2026 16:18:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783700291; cv=none; b=lrBDw+e4vgZM6bX0gs2K/KUbXADAD5x3GRU+Ihgm2xDQOcQNLrcdyUkZqxKTp1jMnxc+bbAA+FLm12sSbcgAovJtJXvOjBLQiI4dYldB8f/pq6G4ft/81zAIQoyTAM6kzcXutmZkaeCkywGaBERYzwiQfk5PJckG6Al9h5edoo4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783700291; c=relaxed/simple; bh=yHO9LHmXL00lTgCqTetKK3+7jZ6BLoqg/vlXs8MBWRg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CnNh56iyv2FabubZTaKRyZnYnc0XdN/D3flniLkhPBqDan9ELVh0Z12KWgW5H6tHGP1sGyh1yZewGo23ck+XfwtgJ3QM7+P1BzhE1JgK88YswQae0mh/B3k4jN77J1YtJA7p2tCvA97pWTGyI/dA58UUAIzye6jotZz9VgSE9Eg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XOquKgoC; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XOquKgoC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B435C1F000E9; Fri, 10 Jul 2026 16:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783700287; bh=+87cri3jOCre4gN5g3PJi59fqdvefMnbXISUfYiK2HI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XOquKgoCaxsnb/bbVs7Q+TqE+IqITlwbiPXeb27zeCjMGRVbVtUPSOK1EjNemhgeQ grvSfNq025jnbDCqDHlFf9QOOrRf57k/GC2kgLcaNpCr3jkziAl+AnKXDDoiiur3kB ZYARdkxCAE0/pmvZakCFb2dyGwmp8ERHxRWdXepzZdoK1phg2gOEArwE4JJdrivzej Kj97PFaBAwBEErgWV6FGr+YnHO/QJUzG+qs9NK1TpOz8jsvcImSDSkWLNxsgxbst45 lqAoSu2Sffo+7hEG6FHTG3bEZt3DoSMcS9rt4PC0yMPcmrasBhkqfOaS44H/6VTV/6 ujUHPks4zzxPg== Date: Fri, 10 Jul 2026 17:18:00 +0100 From: Conor Dooley To: Ahmed Naseef Cc: netdev@vger.kernel.org, =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , "Chester A. Unal" , "David S. Miller" , Andrew Lunn , AngeloGioacchino Del Regno , Conor Dooley , DENG Qingfang , Daniel Golle , Eric Dumazet , Jakub Kicinski , Krzysztof Kozlowski , Landen Chao , Matthias Brugger , Paolo Abeni , Rob Herring , Russell King , Sean Wang , Vladimir Oltean , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next 1/2] dt-bindings: net: dsa: mediatek,mt7530: add econet,en7528-switch Message-ID: <20260710-coil-clothes-d316a54585aa@spud> References: <68e85666b6dfedab719aaa388450eb86312eccd0.1783680864.git.naseefkm@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="neuiONwNeDF1oEBK" Content-Disposition: inline In-Reply-To: <68e85666b6dfedab719aaa388450eb86312eccd0.1783680864.git.naseefkm@gmail.com> --neuiONwNeDF1oEBK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 10, 2026 at 02:54:23PM +0400, Ahmed Naseef wrote: > The EcoNet EN7528 MIPS SoC integrates an MT7530 Gigabit switch, > memory-mapped in the SoC register space like the built-in switches of > the MediaTek MT7988 and Airoha EN7581/AN7583 SoCs. Its four user ports > are connected to integrated Gigabit PHYs and its CPU port is connected > internally to the SoC Ethernet MAC. Please note what actually makes this different from the other devices such that it cannot use a fallback. It's not clear from this description if the described features are shared with other devices or unique. pw-bot: changes-requested Thanks, Conor. >=20 > Add the econet,en7528-switch compatible, with the same constraints as > the other built-in switches. >=20 > Signed-off-by: Ahmed Naseef > --- > .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.ya= ml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > index 815a90808901..90b3582b7619 100644 > --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > @@ -100,6 +100,10 @@ properties: > Built-in switch of the Airoha AN7583 SoC > const: airoha,an7583-switch > =20 > + - description: > + Built-in switch of the EcoNet EN7528 SoC > + const: econet,en7528-switch > + > reg: > maxItems: 1 > =20 > @@ -318,6 +322,7 @@ allOf: > - mediatek,mt7988-switch > - airoha,en7581-switch > - airoha,an7583-switch > + - econet,en7528-switch > then: > $ref: "#/$defs/builtin-dsa-port" > properties: > --=20 > 2.34.1 >=20 --neuiONwNeDF1oEBK Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCalEbOAAKCRB4tDGHoIJi 0kIhAQCUBiplgyxEntk6QyhZt9CXKwFJOJ7gva/4BQwVdFxyiwD8D6hZszUurWV/ K0wbb9440qRylthWGC8R34zydOrj4QE= =0iY3 -----END PGP SIGNATURE----- --neuiONwNeDF1oEBK--