Message ID | 20250324234013.140440-1-marex@denx.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] dt-bindings: arm: imx: document i.MX 95 Verdin Evaluation Kit (EVK) | expand |
On Tue, 25 Mar 2025 00:40:01 +0100, Marek Vasut wrote: > Document support for i.MX 95 Verdin Evaluation Kit (EVK), which > used to be the Titan EVK. > > Note that the SoM used in this EVK is a derivative SoM from Verdin > line of SoMs, an actual i.MX95 Verdin SoM is under development. > > [1] https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx95-evaluation-kit > > Signed-off-by: Marek Vasut <marex@denx.de> > --- > Cc: Alexander Stein <alexander.stein@ew.tq-group.com> > Cc: Conor Dooley <conor+dt@kernel.org> > Cc: Fabio Estevam <festevam@gmail.com> > Cc: Francesco Dolcini <francesco.dolcini@toradex.com> > Cc: Frieder Schrempf <frieder.schrempf@kontron.de> > Cc: Hiago De Franco <hiago.franco@toradex.com> > Cc: Joao Goncalves <joao.goncalves@toradex.com> > Cc: Joao Goncalves <jpaulo.silvagoncalves@gmail.com> > Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> > Cc: Max Merchel <Max.Merchel@ew.tq-group.com> > Cc: Michael Walle <mwalle@kernel.org> > Cc: Peng Fan <peng.fan@nxp.com> > Cc: Pengutronix Kernel Team <kernel@pengutronix.de> > Cc: Rob Herring <robh@kernel.org> > Cc: Sascha Hauer <s.hauer@pengutronix.de> > Cc: Shawn Guo <shawnguo@kernel.org> > Cc: Tim Harvey <tharvey@gateworks.com> > Cc: devicetree@vger.kernel.org > Cc: imx@lists.linux.dev > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Tue, Mar 25, 2025 at 12:40:01AM +0100, Marek Vasut wrote: > Document support for i.MX 95 Verdin Evaluation Kit (EVK), which > used to be the Titan EVK. > > Note that the SoM used in this EVK is a derivative SoM from Verdin > line of SoMs, an actual i.MX95 Verdin SoM is under development. > > [1] https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx95-evaluation-kit > > Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com> Francesco
On Tue, Mar 25, 2025 at 1:40 AM Marek Vasut <marex@denx.de> wrote: > > Document support for i.MX 95 Verdin Evaluation Kit (EVK), which > used to be the Titan EVK. > > Note that the SoM used in this EVK is a derivative SoM from Verdin > line of SoMs, an actual i.MX95 Verdin SoM is under development. > > [1] https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx95-evaluation-kit > > Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 1b90870958a22..30dc200cc1561 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1352,6 +1352,7 @@ properties: - enum: - fsl,imx95-15x15-evk # i.MX95 15x15 EVK Board - fsl,imx95-19x19-evk # i.MX95 19x19 EVK Board + - toradex,verdin-imx95-19x19-evk # i.MX95 Verdin Evaluation Kit (EVK) - const: fsl,imx95 - description: i.MXRT1050 based Boards
Document support for i.MX 95 Verdin Evaluation Kit (EVK), which used to be the Titan EVK. Note that the SoM used in this EVK is a derivative SoM from Verdin line of SoMs, an actual i.MX95 Verdin SoM is under development. [1] https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx95-evaluation-kit Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Alexander Stein <alexander.stein@ew.tq-group.com> Cc: Conor Dooley <conor+dt@kernel.org> Cc: Fabio Estevam <festevam@gmail.com> Cc: Francesco Dolcini <francesco.dolcini@toradex.com> Cc: Frieder Schrempf <frieder.schrempf@kontron.de> Cc: Hiago De Franco <hiago.franco@toradex.com> Cc: Joao Goncalves <joao.goncalves@toradex.com> Cc: Joao Goncalves <jpaulo.silvagoncalves@gmail.com> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Max Merchel <Max.Merchel@ew.tq-group.com> Cc: Michael Walle <mwalle@kernel.org> Cc: Peng Fan <peng.fan@nxp.com> Cc: Pengutronix Kernel Team <kernel@pengutronix.de> Cc: Rob Herring <robh@kernel.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Tim Harvey <tharvey@gateworks.com> Cc: devicetree@vger.kernel.org Cc: imx@lists.linux.dev Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+)