Re: [PATCH 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2024-11-04 14:39:25
Also in:
linux-devicetree, linux-hardening, linux-usb, lkml
On Mon, 04 Nov 2024 10:47:23 +0100, Matthias Schiffer wrote:
This adds Device Trees for out AM62x-based SoM TQMa62xx and its
reference carrier board MBa62xx.
Two of the patches are adapted from the TI vendor repo ti-linux-kernel to
add RemoteProc/RPMsg support for the R5F core. A similar patch has been
submitted for mainline by TI themselves for the closely related AM62A SoC.
Not yet included are overlays to enable LVDS display output and MIPI-CSI
camera input.
Devarsh Thakkar (1):
arm64: dts: ti: k3-am62: Add DM R5 ranges in cbass
Hari Nagalla (1):
arm64: dts: ti: k3-am62-wakeup: Add R5F device node
Matthias Schiffer (3):
dt-bindings: usb: dwc3: Allow connector in USB controller node
dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM
family and carrier board
arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board
Device Trees
.../devicetree/bindings/arm/ti/k3.yaml | 7 +
.../devicetree/bindings/usb/snps,dwc3.yaml | 6 +
arch/arm64/boot/dts/ti/Makefile | 1 +
arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi | 24 +
arch/arm64/boot/dts/ti/k3-am62.dtsi | 8 +-
.../boot/dts/ti/k3-am625-tqma62xx-mba62xx.dts | 917 ++++++++++++++++++
arch/arm64/boot/dts/ti/k3-am625-tqma62xx.dtsi | 346 +++++++
7 files changed, 1307 insertions(+), 2 deletions(-)
create mode 100644 arch/arm64/boot/dts/ti/k3-am625-tqma62xx-mba62xx.dts
create mode 100644 arch/arm64/boot/dts/ti/k3-am625-tqma62xx.dtsi
--
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/
My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y ti/k3-am625-tqma62xx-mba62xx.dtb' for cover.1730299760.git.matthias.schiffer@ew.tq-group.com: arch/arm64/boot/dts/ti/k3-am625-tqma62xx-mba62xx.dtb: syscon@43000000: compatible: ['syscon', 'simple-mfd'] is too short from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#