[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230718085722.1198862-1-alexander.stein@ew.tq-group.com>
Date: Tue, 18 Jul 2023 10:57:19 +0200
From: Alexander Stein <alexander.stein@...tq-group.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, Marek Vasut <marex@...x.de>
Cc: Alexander Stein <alexander.stein@...tq-group.com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
NXP Linux Team <linux-imx@....com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux@...tq-group.com
Subject: [PATCH v3 0/3] TQMa93xxLA support
Hi,
as before thanks for any feedback.
This series adds initial support for TQMa93xxLA soldered on MBa93xxLA.
As the name indicates this is an i.MX93 based SBC board. The initial
support includes typical interfaces like UART, eMMC, I2C, Ethernet.
Support for USB, LVDS and PMIC is still pending, which require additional
patches.
Patch 1 adds the compatible to dt bindings
Patch 2 adds .dts[i] files for module and sbc board support
Patch 3 adds more i.MX93 drivers to arm64 defconfig
As the question occurred: xx in TQMa9xx is an actual wildcard indicating
the mounted SoC, while xx in MBa9xx is part of the regular name of the
mainboard.
There is an ordering number called MBa9352, but this is just indicating
the soldered module, the mainboard is still MBa93xx.
Changes in v3:
* Rebase to next-20230718
* Collected Krzysztof's A-b on Patch 1
* Renamed fixed clock name (for DSI-DP bridge input)
* Sorted properties to name vendor specific ones below common ones
* Add missing properties for DSI-DP bridge, update compatible as well
* Add missing pinctrl settings for DSI-DP bridge
* Move compatible first for QSPI flash node
Changes in v2:
* Fix dt-bindings patch subject
Best regards,
Alexander
Alexander Stein (2):
arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board
arm64: defconfig: Enable i.MX93 devices
Markus Niebel (1):
dt-bindings: arm: add TQMa93xxLA SOM
.../devicetree/bindings/arm/fsl.yaml | 19 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../freescale/imx93-tqma9352-mba93xxla.dts | 641 ++++++++++++++++++
.../boot/dts/freescale/imx93-tqma9352.dtsi | 213 ++++++
arch/arm64/configs/defconfig | 4 +
5 files changed, 878 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi
--
2.34.1
Powered by blists - more mailing lists