[PATCH 0/6] TQMLS10xxA support

From: Gregor Herburger
Date: Wed Aug 23 2023 - 08:10:39 EST


Hi,

this series adds initial support for the TQMLS1043A, TQMLS1046A and
TQMLS1088A SoM on the MBLS10xxA baseboard. These three modules share a
common layout and a common baseboard.

Patch 1 removes an non-existing spi controller
Patch 2 and 4 add the the compatible to dt bindings
Patch 3 and 5 add the .dts[i] files for SoMs and baseboard
Patch 6 updates MAINTAINERS

Gregor Herburger (6):
arm64: dts: ls1043a: remove second dspi node
dt-bindings: arm: fsl: Add TQ-Systems LS1043A/LS1046A based boards
arm64: dts: freescale: add initial device tree for
TQMLS1043A/TQMLS1046A
dt-bindings: arm: fsl: Add TQ-Systems LS1088 based boards
arm64: dts: freescale: add initial device tree for TQMLS1088A
MAINTAINERS: add tqml device trees to TQ-Systems entry

.../devicetree/bindings/arm/fsl.yaml | 21 +++
MAINTAINERS | 2 +
arch/arm64/boot/dts/freescale/Makefile | 3 +
.../fsl-ls1043a-tqmls1043a-mbls10xxa.dts | 49 ++++++
.../dts/freescale/fsl-ls1043a-tqmls1043a.dtsi | 32 ++++
.../arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 14 --
.../fsl-ls1046a-tqmls1046a-mbls10xxa.dts | 56 +++++++
.../dts/freescale/fsl-ls1046a-tqmls1046a.dtsi | 42 +++++
.../fsl-ls1088a-tqmls1088a-mbls10xxa.dts | 64 ++++++++
.../dts/freescale/fsl-ls1088a-tqmls1088a.dtsi | 43 ++++++
.../freescale/tqmls104xa-mbls10xxa-fman.dtsi | 104 +++++++++++++
.../freescale/tqmls1088a-mbls10xxa-mc.dtsi | 146 ++++++++++++++++++
.../dts/freescale/tqmls10xxa-mbls10xxa.dtsi | 136 ++++++++++++++++
arch/arm64/boot/dts/freescale/tqmls10xxa.dtsi | 59 +++++++
14 files changed, 757 insertions(+), 14 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a-tqmls1043a-mbls10xxa.dts
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a-tqmls1043a.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a-mbls10xxa.dts
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-tqmls1088a-mbls10xxa.dts
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-tqmls1088a.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/tqmls104xa-mbls10xxa-fman.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/tqmls1088a-mbls10xxa-mc.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/tqmls10xxa-mbls10xxa.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/tqmls10xxa.dtsi

--
2.34.1