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 A41C923ABB9; Thu, 26 Feb 2026 07:32:18 +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=1772091138; cv=none; b=c5xgvB314P9RTonJBDW/X8DdtXCIYKZtLOIc+Dw//U+h1EYheTgt/89DwEMEDiGk2wGJQem1Hew+M4FBAQr3veVaFEWAt5YyLFfMsDMaH23rT1OM0bFx5wJv4UzcNKIbD0OvywsX9KZWwDG39VXHDjmN6MTtfE5zH2AyKVc6deE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772091138; c=relaxed/simple; bh=zL14adUa/DsnYa4rgWsBjQbPFunEtFNT2bExglmLGaU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XIudJE8rS8SCEBsCTK62V0njZ6hYHF85Sk8iCbwmJYWxBw/IrYRVcReMYQKyiPxS1fH+L2wpW5Y9lDwAfGFQycJkQkR+bRMJVYYlSR8urhtyqpb+Ce5W3/OhS9xLX+uOSDGKwZdRGsfvYa6ZcE64EZ7y+2RRgN1LuuPslCf7agw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b3n0/lSX; 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="b3n0/lSX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFA96C19422; Thu, 26 Feb 2026 07:32:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772091138; bh=zL14adUa/DsnYa4rgWsBjQbPFunEtFNT2bExglmLGaU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b3n0/lSXd9m7viw+A9FUsH1klGLdW5/pKS/bLOjjKFJLH4XWELAF2C+zWvd2JbH7S KGEshbHaynvtB73FOGbiuKUiCWVvmn5WIyfXrZaTS+5RLNbkBuh5l+Xvctaf2XebeK Duu1vSej1g+LJVr1HE381Z3pxZ1G1PpH2eyrZxJxnIOlcfFWeqmmK74DVKOT+jp5bY IBS7P0eRNtREnepIaA7wrahB1OaJrRxu7utWB05GMhptX890cpDphJfUw0f8Nj12LR wqaNYO0QwJSFKptTKiiA2kxrhnzEKK31Uk/LyVAgoDzaGUF6zCUlgi07NZPx4yB13D 5SQMbvqBuh13w== Date: Thu, 26 Feb 2026 08:32:16 +0100 From: Krzysztof Kozlowski To: Ciprian Costea Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Ulf Hansson , Frank Li , Sascha Hauer , Fabio Estevam , Haibo Chen , Adrian Hunter , Shawn Guo , Lucas Stach , 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, s32@nxp.com, Christophe Lizzi , Alberto Ruiz , Enric Balletbo , Eric Chanudet , Larisa Grigore Subject: Re: [PATCH v2 3/7] dt-bindings: arm: fsl: Add NXP S32N79 SoC and RDB board Message-ID: <20260226-sly-fuzzy-parakeet-ea9fb2@quoll> References: <20260225133858.8026-1-ciprianmarian.costea@oss.nxp.com> <20260225133858.8026-4-ciprianmarian.costea@oss.nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260225133858.8026-4-ciprianmarian.costea@oss.nxp.com> On Wed, Feb 25, 2026 at 02:38:54PM +0100, Ciprian Costea wrote: > From: Ciprian Marian Costea > > Add device tree binding documentation for the NXP S32N79 automotive SoC > and the S32N79 Reference Design Board (S32N79-RDB). > > The S32N79 is an automotive-grade SoC featuring eight ARM Cortex-A78AE > cores organized for high-performance networking and gateway applications > in vehicles. > > Co-developed-by: Larisa Grigore > Signed-off-by: Larisa Grigore > Signed-off-by: Ciprian Marian Costea > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 5716d701292c..415081423a30 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -1827,6 +1827,12 @@ properties: > - fsl,s32v234-evb # S32V234-EVB2 Customer Evaluation Board > - const: fsl,s32v234 > > + - description: S32N79 based Boards > + items: > + - enum: > + - nxp,s32n79-rdb > + - const: nxp,s32n79 I believe these are ordered by fallback, so s32v > s32n. > + > - description: Traverse LS1088A based Boards > items: > - enum: > -- > 2.43.0 >