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 05C4F27C84B; Tue, 24 Feb 2026 17:59:39 +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=1771955979; cv=none; b=Bx759KA3vchMDFggHZ6ilLYVua1peKIy+JDeOPkXabHzBKchqH82GLScurRc8gHii0yTyDOdRTx5gaG106zPo0vg1c53FOkXxZ1NYwoVHui6GDFOBE2iwBy+Uczs6nGHrAmGbR7aZ23T5alHhbjkKG4A9+uTabho5viiZ3BiTtY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771955979; c=relaxed/simple; bh=Pm0JybyrwPgd7Q3ZPwZAesVM4nExNviwgUepqONQY9E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LhbAcyzDphscm5A7JFmdHSOZMx3TaQfSXOKEylLgMCtShHu7Ov4emMXBl5b1iVYx7Kqtoed2o3a4Pdn3HWlYu0Yu/gKboQRe8OPlBbkZXPCobxszL8rs0gGtjEeZDIJkaNiFNHNV/PgVIIsAWzIkE+DAIwfHL/+NPI985N/8G34= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bN0nuxW5; 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="bN0nuxW5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8761C19425; Tue, 24 Feb 2026 17:59:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771955978; bh=Pm0JybyrwPgd7Q3ZPwZAesVM4nExNviwgUepqONQY9E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bN0nuxW5g0VsrYpqmJx3G74DnHU/8MhQT9q+TAko5i1psT9b5zGDxTUNSR39qKcXh VJkuR6dLGCaQZwCR9dTqHUyei+/GdA/fDTJ32yxzNpuTKCJWA+oeKpwKGmuvXhBZRM 69Th8rYqptplTG31VwXaGfrWpamJfLf1gA6HDd8Q4bMebr/9VSiRHS+IQ5Ce01xCJ9 M0pqjgVibh1pK5rjtwFG6rNW+2w0Ri82/e22Vef+nbyuYrTgbkWEaz4rc6pHWd0gn1 r/+3rOfbmPavcNiQmHWiS6BcbrddvgUxBJAUK7VdAno3f9YAGJiJqcppE6BtcafjA8 aaLKeTnPJRXZA== Date: Tue, 24 Feb 2026 17:59:32 +0000 From: Conor Dooley To: Ciprian Costea Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Ulf Hansson , Frank Li , Sascha Hauer , Fabio Estevam , Shawn Guo , Lucas Stach , Christophe Lizzi , Alberto Ruiz , Enric Balletbo , Eric Chanudet , Pengutronix Kernel Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, NXP S32 Linux Team , Larisa Grigore Subject: Re: [PATCH 2/4] dt-bindings: mmc: fsl-imx-esdhc: add S32N79 support Message-ID: <20260224-splatter-sneak-3ec0e4d1272b@spud> References: <20260224111533.3194883-1-ciprianmarian.costea@oss.nxp.com> <20260224111533.3194883-3-ciprianmarian.costea@oss.nxp.com> <20260224-remote-deliverer-958fcaba8bfa@spud> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GvK9ZLScef9N3RQa" Content-Disposition: inline In-Reply-To: <20260224-remote-deliverer-958fcaba8bfa@spud> --GvK9ZLScef9N3RQa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 24, 2026 at 05:58:05PM +0000, Conor Dooley wrote: > On Tue, Feb 24, 2026 at 12:15:31PM +0100, Ciprian Costea wrote: > > From: Ciprian Marian Costea > >=20 > > Add compatible string "nxp,s32n79-usdhc" for the uSDHC controller found= in > > NXP S32N79 series automotive SoCs. > >=20 > > The controller is compatible with the existing i.MX uSDHC controllers. > >=20 > > Co-developed-by: Larisa Grigore > > Signed-off-by: Larisa Grigore > > Signed-off-by: Ciprian Marian Costea > > --- > > Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b= /Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > > index b98a84f93277..014b049baeb6 100644 > > --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > > +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > > @@ -35,6 +35,7 @@ properties: > > - fsl,imx8mm-usdhc > > - fsl,imxrt1050-usdhc > > - nxp,s32g2-usdhc > > + - nxp,s32n79-usdhc >=20 > Ditto here, no driver change? Actually, this doesn't make sense per the commit message "the controller is compatible with the existing...". I'd expect to see a fallback compatible permitted in that case. >=20 > > - items: > > - const: fsl,imx50-esdhc > > - const: fsl,imx53-esdhc > > --=20 > > 2.43.0 > >=20 --GvK9ZLScef9N3RQa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaZ3nBAAKCRB4tDGHoIJi 0m+EAQDnbg8zdo9Sf4rvR034p6zn4SpvO/7R/5X0IYTSPdIyrwEAkdsQLtF2gKTA X6rF0qy1YqMwF44vvtHbxe6qP2OwtAg= =nn62 -----END PGP SIGNATURE----- --GvK9ZLScef9N3RQa--