devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] TQMa8Xx (i.MX8QXP/i.MX8DXP) support
@ 2023-12-14 14:23 Alexander Stein
  2023-12-14 14:23 ` [PATCH v2 1/4] arm64: dts: imx: add imx8dxp support Alexander Stein
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Stein @ 2023-12-14 14:23 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Fabio Estevam, Catalin Marinas, Will Deacon,
	Marek Vasut
  Cc: Alexander Stein, Pengutronix Kernel Team, NXP Linux Team, Li Yang,
	devicetree, linux-kernel, linux-arm-kernel

Hi,

this series adds initial support for the TQ TQMa8Xx series, namely
TQMa8XQP (imx8qxp based) and TQMa8XDP (imx8dxp based).
The device tree is split into generic mba8xx.dtsi and tqma8xx.dtsi which
can be used for both imx8qxp and imx8dxp based hardware.

Changes in v2:
* Rebased to next-20231214
* Add imx8dxp support patch
* Collected Marco's and Conor's R-b
* Added support for TQMa8XDP as well
* Add PWM polarity to PWM consumer
* Add PWM pinctrl settings
* Rename ethphy node names
* Remove obsolete num-cs property for SPI nodes
* Add gpio-line-names for lsio_gpio3
* Add USB host support (usbotg3)
* Add eMMC pinctrl settings for 100 & 200 MHz
* Merged SPI pinctrl groups (SPI lines + CS)
* Enabled USB3 host related driver in defconfig
* Add TODO entries

Alexander Stein (4):
  arm64: dts: imx: add imx8dxp support
  dt-bindings: arm: add TQMa8Xx boards
  arm64: dts: freescale: add initial device tree for TQMa8Xx
  arm64: defconfig: Enable i.MX8QXP device drivers

 .../devicetree/bindings/arm/fsl.yaml          |  16 +
 arch/arm64/boot/dts/freescale/Makefile        |   2 +
 .../dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts |  16 +
 .../boot/dts/freescale/imx8dxp-tqma8xdp.dtsi  |  24 +
 arch/arm64/boot/dts/freescale/imx8dxp.dtsi    |  24 +
 .../dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts |  16 +
 .../boot/dts/freescale/imx8qxp-tqma8xqp.dtsi  |  14 +
 arch/arm64/boot/dts/freescale/mba8xx.dtsi     | 532 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/tqma8xx.dtsi    | 265 +++++++++
 arch/arm64/configs/defconfig                  |   6 +
 10 files changed, 915 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/mba8xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/tqma8xx.dtsi

-- 
2.34.1


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

end of thread, other threads:[~2024-02-01  1:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 14:23 [PATCH v2 0/4] TQMa8Xx (i.MX8QXP/i.MX8DXP) support Alexander Stein
2023-12-14 14:23 ` [PATCH v2 1/4] arm64: dts: imx: add imx8dxp support Alexander Stein
2023-12-14 14:23 ` [PATCH v2 2/4] dt-bindings: arm: add TQMa8Xx boards Alexander Stein
2023-12-14 14:23 ` [PATCH v2 3/4] arm64: dts: freescale: add initial device tree for TQMa8Xx Alexander Stein
2023-12-14 14:23 ` [PATCH v2 4/4] arm64: defconfig: Enable i.MX8QXP device drivers Alexander Stein
2024-02-01  9:47 ` [PATCH v2 0/4] TQMa8Xx (i.MX8QXP/i.MX8DXP) support Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).