[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173801742334.1179786.10533536271725116340.robh@kernel.org>
Date: Mon, 27 Jan 2025 16:37:19 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Judith Mendez <jm@...com>
Cc: linux-kernel@...r.kernel.org, Hari Nagalla <hnagalla@...com>,
devicetree@...r.kernel.org, Conor Dooley <conor+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org, Devarsh Thakkar <devarsht@...com>,
Nishanth Menon <nm@...com>, Vignesh Raghavendra <vigneshr@...com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>
Subject: Re: [PATCH 0/4] Add R5F and C7xv device nodes
On Mon, 27 Jan 2025 16:16:27 -0600, Judith Mendez wrote:
> For am62x and am62ax devices, this patch series adds device
> nodes for the R5 cores and C7xv DSP subsystem found in their
> respective voltage domain, based on the device TRMs [0][1].
>
> Boot tested on am62x SK and am62ax SK boards.
>
> [0] https://www.ti.com/lit/pdf/spruj16
> [1] https://www.ti.com/lit/pdf/spruiv7
>
> Devarsh Thakkar (1):
> arm64: dts: ti: k3-am62a-wakeup: Add R5F device node
>
> Hari Nagalla (2):
> arm64: dts: ti: k3-am62-wakeup: Add wakeup r5f node
> arm64: dts: ti: k3-am62a-mcu: Add R5F remote proc node
>
> Jai Luthra (1):
> arm64: dts: ti: k3-am62a-main: Add C7xv device node
>
> arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi | 24 ++++++++++++++
> arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 11 +++++++
> arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 36 +++++++++++++++++++++
> arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 23 +++++++++++++
> 4 files changed, 94 insertions(+)
>
> --
> 2.48.0
>
>
>
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 for arch/arm64/boot/dts/ti/' for 20250127221631.3974583-1-jm@...com:
arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: dsp@...00000: 'mboxes' is a required property
from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: dsp@...00000: 'memory-region' is a required property
from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-phyboard-lyra-rdk.dtb: dsp@...00000: 'mboxes' is a required property
from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-phyboard-lyra-rdk.dtb: dsp@...00000: 'memory-region' is a required property
from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#
Powered by blists - more mailing lists