devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] TQMLS10xxA support
@ 2023-08-29  9:26 Gregor Herburger
  2023-08-29  9:26 ` [PATCH v2 1/6] arm64: dts: ls1043a: remove second dspi node Gregor Herburger
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gregor Herburger @ 2023-08-29  9:26 UTC (permalink / raw)
  To: Shawn Guo, Li Yang, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-kernel, devicetree, linux-kernel, linux,
	gregor.herburger, Conor Dooley

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

Changes in v2:
* Added Acked-Bys from Conor Dooley
* Renamed gpio nodes
* Removed trailing empty line

Best regards
Gregor

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

---
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

 Documentation/devicetree/bindings/arm/fsl.yaml     |  21 +++
 MAINTAINERS                                        |   2 +
 arch/arm64/boot/dts/freescale/Makefile             |   3 +
 .../freescale/fsl-ls1043a-tqmls1043a-mbls10xxa.dts |  49 +++++++
 .../boot/dts/freescale/fsl-ls1043a-tqmls1043a.dtsi |  32 +++++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  14 --
 .../freescale/fsl-ls1046a-tqmls1046a-mbls10xxa.dts |  56 ++++++++
 .../boot/dts/freescale/fsl-ls1046a-tqmls1046a.dtsi |  42 ++++++
 .../freescale/fsl-ls1088a-tqmls1088a-mbls10xxa.dts |  64 +++++++++
 .../boot/dts/freescale/fsl-ls1088a-tqmls1088a.dtsi |  43 ++++++
 .../dts/freescale/tqmls104xa-mbls10xxa-fman.dtsi   | 104 +++++++++++++++
 .../dts/freescale/tqmls1088a-mbls10xxa-mc.dtsi     | 146 +++++++++++++++++++++
 .../boot/dts/freescale/tqmls10xxa-mbls10xxa.dtsi   | 136 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/tqmls10xxa.dtsi      |  58 ++++++++
 14 files changed, 756 insertions(+), 14 deletions(-)
---
base-commit: 47d9bb711707d15b19fad18c8e2b4b027a264a3a
change-id: 20230829-for-ml-tqmls10xxa-v2-test-4e364c3f326c

Best regards,
-- 
Gregor Herburger <gregor.herburger@ew.tq-group.com>


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

end of thread, other threads:[~2023-09-25  6:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29  9:26 [PATCH v2 0/6] TQMLS10xxA support Gregor Herburger
2023-08-29  9:26 ` [PATCH v2 1/6] arm64: dts: ls1043a: remove second dspi node Gregor Herburger
2023-08-29  9:26 ` [PATCH v2 2/6] dt-bindings: arm: fsl: Add TQ-Systems LS1043A/LS1046A based boards Gregor Herburger
2023-08-29  9:26 ` [PATCH v2 3/6] arm64: dts: freescale: add initial device tree for TQMLS1043A/TQMLS1046A Gregor Herburger
2023-09-25  0:59   ` Shawn Guo
2023-08-29  9:27 ` [PATCH v2 4/6] dt-bindings: arm: fsl: Add TQ-Systems LS1088 based boards Gregor Herburger
2023-08-29  9:27 ` [PATCH v2 5/6] arm64: dts: freescale: add initial device tree for TQMLS1088A Gregor Herburger
2023-08-29  9:27 ` [PATCH v2 6/6] MAINTAINERS: add tqml device trees to TQ-Systems entry Gregor Herburger
2023-09-25  1:04   ` Shawn Guo
2023-09-25  5:30     ` Arnd Bergmann
2023-09-25  6:48       ` Krzysztof Kozlowski

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).