All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Support for some TQMa8M* boards
@ 2021-10-06 13:23 ` Alexander Stein
  0 siblings, 0 replies; 26+ messages in thread
From: Alexander Stein @ 2021-10-06 13:23 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Catalin Marinas, Will Deacon
  Cc: Alexander Stein, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, devicetree, linux-kernel, linux-arm-kernel

This patch set adds support for the following modules:
* TQMa8Mx
* TQMa8MxML
* TQMa8MxNL

Each of the modules is available with different i.MX8M variants, the
bootloader modifies the device tree and disabled paripherals which
are not available on the actual hardware.

All of them can be attached to the same mainboard MBa8Mx, although
TQMa8MxML & TQMa8MxNL need an adapter. For that reason there is a single
mainboard .dtsi file named mba8mx.dtsi.

There is a .dtsi file for each module named imx8m?-tmqa8m*.dts.

Finally there is the final .dts file which includes the mainboard and
the attached module and contains the missing connection, prominently clk
and pinctrl defines.


Alexander Stein (7):
  dt-bindings: arm: fsl: add TQMa8MxML boards
  arm64: dts: freescale: add initial tree for TQMa8MQML with i.MX8MM
  arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx
  dt-bindings: arm: fsl: add TQMa8MxNL boards
  arm64: dts: freescale: add initial tree for TQMa8MQNL with i.MX8MN
  dt-bindings: arm: fsl: add TQMa8Mx boards
  arm64: dts: freescale: add initial tree for TQMa8Mx with i.MX8M

 .../devicetree/bindings/arm/fsl.yaml          |  31 ++
 arch/arm64/boot/dts/freescale/Makefile        |   3 +
 .../dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 259 +++++++++++
 .../boot/dts/freescale/imx8mm-tqma8mqml.dtsi  | 350 +++++++++++++++
 .../dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts | 283 ++++++++++++
 .../boot/dts/freescale/imx8mn-tqma8mqnl.dtsi  | 345 +++++++++++++++
 .../dts/freescale/imx8mq-tqma8mq-mba8mx.dts   | 416 ++++++++++++++++++
 .../boot/dts/freescale/imx8mq-tqma8mq.dtsi    | 369 ++++++++++++++++
 arch/arm64/boot/dts/freescale/mba8mx.dtsi     | 285 ++++++++++++
 arch/arm64/configs/defconfig                  |   5 +
 10 files changed, 2346 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/mba8mx.dtsi

-- 
2.25.1


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

end of thread, other threads:[~2021-10-15  2:43 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 13:23 [PATCH 0/7] Support for some TQMa8M* boards Alexander Stein
2021-10-06 13:23 ` Alexander Stein
2021-10-06 13:23 ` [PATCH 1/7] dt-bindings: arm: fsl: add TQMa8MxML boards Alexander Stein
2021-10-06 13:23   ` Alexander Stein
2021-10-14 19:55   ` Rob Herring
2021-10-14 19:55     ` Rob Herring
2021-10-06 13:23 ` [PATCH 2/7] arm64: dts: freescale: add initial tree for TQMa8MQML with i.MX8MM Alexander Stein
2021-10-06 13:23   ` Alexander Stein
2021-10-15  2:34   ` Shawn Guo
2021-10-15  2:34     ` Shawn Guo
2021-10-06 13:23 ` [PATCH 3/7] arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx Alexander Stein
2021-10-06 13:23   ` Alexander Stein
2021-10-06 13:23 ` [PATCH 4/7] dt-bindings: arm: fsl: add TQMa8MxNL boards Alexander Stein
2021-10-06 13:23   ` Alexander Stein
2021-10-14 19:55   ` Rob Herring
2021-10-14 19:55     ` Rob Herring
2021-10-06 13:23 ` [PATCH 5/7] arm64: dts: freescale: add initial tree for TQMa8MQNL with i.MX8MN Alexander Stein
2021-10-06 13:23   ` Alexander Stein
2021-10-15  2:41   ` Shawn Guo
2021-10-15  2:41     ` Shawn Guo
2021-10-06 13:23 ` [PATCH 6/7] dt-bindings: arm: fsl: add TQMa8Mx boards Alexander Stein
2021-10-06 13:23   ` Alexander Stein
2021-10-14 19:56   ` Rob Herring
2021-10-14 19:56     ` Rob Herring
2021-10-06 13:23 ` [PATCH 7/7] arm64: dts: freescale: add initial tree for TQMa8Mx with i.MX8M Alexander Stein
2021-10-06 13:23   ` Alexander Stein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.