From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0E4D33D75B9; Tue, 3 Mar 2026 18:49:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772563787; cv=none; b=dzBgDndmL2Vd3AyHOBy1MFMuRTq+2Pw2P5X2PeNpU4B4LwaGiiYaRJDUCeWBgTeaunRCmoNE0a24TglYyyAVwA3yuy0obA1X5V4p1spqP4YXlv9dlw4oZ7pid7RdMG0rpBJ2v+o7VwfujNIwekTdYrL9TL69G1niBn813Orxi70= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772563787; c=relaxed/simple; bh=0WlC4XoIlGALIhUZv1G/NtRKkcFAo2neEeU8mwP7WoI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=k3OfrQ+U2tsDPxdoBv1LFWSEjdiiux0WI6uuaQ4b6KKr+CS6ghOszTivo5q09psX+uYBJRlqD3S0NklGHYXdtQpGs7lG9IKORfyYIRQ/JGoAfOvOXtFoS5uFgUF/YUKtpuPZB5600m/y2SI0HE8ERx4/+YNAjHp8T8QoHoBD71U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=u3l1b5wm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="u3l1b5wm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01EADC116C6; Tue, 3 Mar 2026 18:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772563786; bh=0WlC4XoIlGALIhUZv1G/NtRKkcFAo2neEeU8mwP7WoI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u3l1b5wm0xPMheN1Sf4uterwdI3o8tIkSfrzy5SC/6MwfVbZnyDqWt5bcU83Y7DVr pe/TJD0EP2st6eRcAtpo3L27qrO/1X386FfVOBUohhMKLcTFEAGP8z0EcPFDXYlzBz iz8OKPzyp2XHdXswRZytHI574KvB/8qGnajjtXCmQa/u90Zm8CS1AdpJ9vSBH/mNBC RT1bKfJywvRmdnpQ4zeZzuN5sbBOeN3vbDCIilnFG71Eng+2mwYgqhbUFKkbSskuyG m/ZpWuARMcc3Eq8f+ccM1EYTdU7O0j1jjxr7lujqWv5NTdCtXYC5RGgeyzAtYr9Ly/ i+Ux4UxdGqOWQ== Date: Tue, 3 Mar 2026 18:49:40 +0000 From: Conor Dooley To: Jens Emil Schulz =?iso-8859-1?Q?=D8stergaard?= Cc: UNGLinuxDriver@microchip.com, Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Woojung Huh , Russell King , Steen Hegelund , Daniel Machon , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH net-next 2/8] dt-bindings: net: lan9645x: add LAN9645X switch bindings Message-ID: <20260303-iron-swarm-53248ddd25df@spud> References: <20260303-dsa_lan9645x_switch_driver_base-v1-0-bff8ca1396f5@microchip.com> <20260303-dsa_lan9645x_switch_driver_base-v1-2-bff8ca1396f5@microchip.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="GwVaQj5pnrQyytIm" Content-Disposition: inline In-Reply-To: <20260303-dsa_lan9645x_switch_driver_base-v1-2-bff8ca1396f5@microchip.com> --GwVaQj5pnrQyytIm Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 03, 2026 at 01:22:28PM +0100, Jens Emil Schulz =D8stergaard wro= te: > Add bindings for LAN9645X switch. We use a fallback compatible for the > smallest SKU microchip,lan96455s-switch. >=20 > Reviewed-by: Steen Hegelund > Signed-off-by: Jens Emil Schulz =D8stergaard > --- > .../net/dsa/microchip,lan9645x-switch.yaml | 137 +++++++++++++++= ++++++ > MAINTAINERS | 1 + > 2 files changed, 138 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,lan9645x= -switch.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,lan9645x= -switch.yaml > new file mode 100644 > index 000000000000..4a19dfa7e9d5 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/dsa/microchip,lan9645x-switch= =2Eyaml > @@ -0,0 +1,137 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/net/dsa/microchip,lan9645x-switch.yam= l# Just name the binding microchip,lan96455s-switch please, to match the standalone compatible. --GwVaQj5pnrQyytIm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaactRAAKCRB4tDGHoIJi 0kyXAP9N+lJXIBVmEGoF26C5HrWbYgmxDOCvDX3hlyYFEPHVvQEAoGSFKf2KDWlZ m7jA1+++yThCCx5WlPNJ5H39AYosWgs= =NFRQ -----END PGP SIGNATURE----- --GwVaQj5pnrQyytIm--