mbox series

[v2,0/2] TQMa93xxCA/LA + MBa93xxCA support

Message ID 20231012074236.2708881-1-alexander.stein@ew.tq-group.com (mailing list archive)
Headers show
Series TQMa93xxCA/LA + MBa93xxCA support | expand

Message

Alexander Stein Oct. 12, 2023, 7:42 a.m. UTC
Hi everyone,

this is the second series which adds support for TQMa93xxCA/LA modules on
MBa93xxCA carrier board.
The solder type module TQMa93xxLA can be attached on the pluggable carrier
board using an adapter.
Patch 1 of v1 has already been applied as commit 997a3e24dcc12 ("arm64:
dts: freescale: tqma9352: Fix gpio hog").
So there is only one small fixes for the TQMa93xx series left.
Note: Only MBa93xxCA Rev0200 is supported!

Changes in v2:
* Rebased to next-20231012
* Removed doubled 0 of GPIO number
* Moved lpspi6grp to the appropriate location so pinctrl entries are sorted

Best regards,
Alexander



Alexander Stein (2):
  arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property
  arm64: dts: freescale: add initial device tree for MBa93xxCA starter
    kit

 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../freescale/imx93-tqma9352-mba93xxca.dts    | 709 ++++++++++++++++++
 .../freescale/imx93-tqma9352-mba93xxla.dts    |   1 +
 3 files changed, 711 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts

Comments

Shawn Guo Nov. 27, 2023, 1:43 a.m. UTC | #1
On Thu, Oct 12, 2023 at 09:42:34AM +0200, Alexander Stein wrote:
> Alexander Stein (2):
>   arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property
>   arm64: dts: freescale: add initial device tree for MBa93xxCA starter
>     kit

Applied, thanks!