Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] NXP S32G3 SoC initial bring-up
@ 2024-03-19 22:16 Wadim Mueller
  2024-03-19 22:16 ` [PATCH v2 1/2] arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3 Wadim Mueller
  2024-03-19 22:16 ` [PATCH v2 2/2] dt-bindings: arm: fsl: Document missing s32g3 board Wadim Mueller
  0 siblings, 2 replies; 8+ messages in thread
From: Wadim Mueller @ 2024-03-19 22:16 UTC (permalink / raw)
  Cc: Wadim Mueller, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Greg Kroah-Hartman, Jiri Slaby, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Chester Lin, Andreas Färber, Matthias Brugger,
	NXP S32 Linux Team, Tim Harvey, Marco Felsch, Gregor Herburger,
	Marek Vasut, Joao Paulo Goncalves, Hugo Villeneuve, Markus Niebel,
	Matthias Schiffer, Stefan Wahren, Bjorn Helgaas,
	Philippe Schenker, Li Yang, devicetree, linux-kernel,
	linux-serial, linux-arm-kernel


This series brings up initial support for the NXP S32G3 SoC,
used on the S32G-VNP-RDB3 board [1].

The following features are supported in this initial port:

  * Devicetree for the S32G-VNP-RDB3 
  * UART (fsl-linflexuart) with earlycon support
  * SDHC: fsl-imx-esdhc (SD/eMMC)

== Changes since v1 ==:

  * fix the reported checkpatch.pl errors. Two warnings still available but can be ignored
  * clean up unneeded DT nodes and properties
  * fix 'make dt_binding_check dtbs_check' errors
  * remove the S32 STMMAC driver and DT node which will be introduced in a new patchset
  * add NXP authorship and copyright into the dtsi header
 

[1] https://www.nxp.com/design/design-center/designs/s32g3-vehicle-networking-reference-design:S32G-VNP-RDB3


Wadim Mueller (2):
  arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3
  dt-bindings: arm: fsl: Document missing s32g3 board and linflexuart

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 .../bindings/serial/fsl,s32-linflexuart.yaml  |   3 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 arch/arm64/boot/dts/freescale/s32g3.dtsi      | 236 ++++++++++++++++++
 .../boot/dts/freescale/s32g399a-rdb3.dts      |  43 ++++
 5 files changed, 289 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/s32g3.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/s32g399a-rdb3.dts

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-20  9:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 22:16 [PATCH v2 0/2] NXP S32G3 SoC initial bring-up Wadim Mueller
2024-03-19 22:16 ` [PATCH v2 1/2] arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3 Wadim Mueller
2024-03-20  7:00   ` Ghennadi Procopciuc
2024-03-20  7:49     ` Krzysztof Kozlowski
2024-03-20  8:24       ` Ghennadi Procopciuc
2024-03-20  9:24         ` Krzysztof Kozlowski
2024-03-19 22:16 ` [PATCH v2 2/2] dt-bindings: arm: fsl: Document missing s32g3 board Wadim Mueller
2024-03-20  7:47   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox