From: "Rob Herring (Arm)" <robh@kernel.org>
To: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Cc: Tero Kristo <kristo@kernel.org>,
linux-usb@vger.kernel.org, Vignesh Raghavendra <vigneshr@ti.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, Devarsh Thakkar <devarsht@ti.com>,
Conor Dooley <conor+dt@kernel.org>,
Felipe Balbi <balbi@kernel.org>, Hari Nagalla <hnagalla@ti.com>,
linux@ew.tq-group.com,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
Nishanth Menon <nm@ti.com>, Kees Cook <kees@kernel.org>,
Tony Luck <tony.luck@intel.com>,
linux-hardening@vger.kernel.org,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
Date: Mon, 04 Nov 2024 08:39:23 -0600 [thread overview]
Message-ID: <173072771143.3690742.7100697196468196200.robh@kernel.org> (raw)
In-Reply-To: <cover.1730299760.git.matthias.schiffer@ew.tq-group.com>
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#
prev parent reply other threads:[~2024-11-04 15:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 9:47 [PATCH 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board Matthias Schiffer
2024-11-04 9:47 ` [PATCH 1/5] dt-bindings: usb: dwc3: Allow connector in USB controller node Matthias Schiffer
2024-11-04 18:47 ` Conor Dooley
2024-11-04 9:47 ` [PATCH 2/5] dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM family and carrier board Matthias Schiffer
2024-11-04 18:47 ` Conor Dooley
2024-11-05 10:40 ` Matthias Schiffer
2024-11-05 18:55 ` Conor Dooley
2024-11-06 12:03 ` Matthias Schiffer
2024-11-06 16:40 ` Conor Dooley
2024-11-11 9:58 ` Matthias Schiffer
2024-11-11 21:23 ` Rob Herring
2024-11-11 21:24 ` Rob Herring (Arm)
2024-11-04 9:47 ` [PATCH 3/5] arm64: dts: ti: k3-am62: Add DM R5 ranges in cbass Matthias Schiffer
2024-11-04 9:47 ` [PATCH 4/5] arm64: dts: ti: k3-am62-wakeup: Add R5F device node Matthias Schiffer
2024-11-04 9:47 ` [PATCH 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees Matthias Schiffer
2024-11-04 14:39 ` Rob Herring (Arm) [this message]
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=173072771143.3690742.7100697196468196200.robh@kernel.org \
--to=robh@kernel.org \
--cc=balbi@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devarsht@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=gpiccoli@igalia.com \
--cc=gregkh@linuxfoundation.org \
--cc=hnagalla@ti.com \
--cc=kees@kernel.org \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@ew.tq-group.com \
--cc=matthias.schiffer@ew.tq-group.com \
--cc=nm@ti.com \
--cc=tony.luck@intel.com \
--cc=vigneshr@ti.com \
/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