devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gregor Herburger <gregor.herburger@ew.tq-group.com>
To: Shawn Guo <shawnguo@kernel.org>, Li Yang <leoyang.li@nxp.com>,
	 Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org, linux@ew.tq-group.com,
	 gregor.herburger@ew.tq-group.com,
	Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v3 0/5] TQMLS10xxA support
Date: Mon, 02 Oct 2023 10:43:49 +0200	[thread overview]
Message-ID: <20231002-for-ml-tqmls10xxa-v2-test-v3-0-402819b9a29b@ew.tq-group.com> (raw)

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 compatible to dt bindings
Patch 3 and 5 add the .dts[i] files for SoMs and baseboard

Changes in v3:
- reordered aliases alphabetically
- squashed MAINTAINERS patch into dts patch
- rebased to next-20230929
- Link to v2: https://lore.kernel.org/r/20230829-for-ml-tqmls10xxa-v2-test-v2-0-b1da63785b25@ew.tq-group.com

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

Best regards
Gregor

---
Gregor Herburger (5):
      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

 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: df964ce9ef9fea10cf131bf6bad8658fde7956f6
change-id: 20230829-for-ml-tqmls10xxa-v2-test-4e364c3f326c

Best regards,
-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
https://www.tq-group.com/


             reply	other threads:[~2023-10-02  8:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-02  8:43 Gregor Herburger [this message]
2023-10-02  8:43 ` [PATCH v3 1/5] arm64: dts: ls1043a: remove second dspi node Gregor Herburger
2023-10-02  8:43 ` [PATCH v3 2/5] dt-bindings: arm: fsl: Add TQ-Systems LS1043A/LS1046A based boards Gregor Herburger
2023-10-02  8:43 ` [PATCH v3 3/5] arm64: dts: freescale: add initial device tree for TQMLS1043A/TQMLS1046A Gregor Herburger
2023-10-02  8:43 ` [PATCH v3 4/5] dt-bindings: arm: fsl: Add TQ-Systems LS1088 based boards Gregor Herburger
2023-10-02  8:43 ` [PATCH v3 5/5] arm64: dts: freescale: add initial device tree for TQMLS1088A Gregor Herburger
2023-10-10  2:19 ` [PATCH v3 0/5] TQMLS10xxA support Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231002-for-ml-tqmls10xxa-v2-test-v3-0-402819b9a29b@ew.tq-group.com \
    --to=gregor.herburger@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@ew.tq-group.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).