[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173072771143.3690742.7100697196468196200.robh@kernel.org>
Date: Mon, 04 Nov 2024 08:39:23 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Matthias Schiffer <matthias.schiffer@...tq-group.com>
Cc: Tero Kristo <kristo@...nel.org>, linux-usb@...r.kernel.org,
Vignesh Raghavendra <vigneshr@...com>, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
Devarsh Thakkar <devarsht@...com>, Conor Dooley <conor+dt@...nel.org>,
Felipe Balbi <balbi@...nel.org>, Hari Nagalla <hnagalla@...com>,
linux@...tq-group.com, Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>, Nishanth Menon <nm@...com>,
Kees Cook <kees@...nel.org>, Tony Luck <tony.luck@...el.com>,
linux-hardening@...r.kernel.org, Krzysztof Kozlowski <krzk+dt@...nel.org>
Subject: Re: [PATCH 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
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@...tq-group.com:
arch/arm64/boot/dts/ti/k3-am625-tqma62xx-mba62xx.dtb: syscon@...00000: compatible: ['syscon', 'simple-mfd'] is too short
from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#
Powered by blists - more mailing lists