On Wed, 05 Jun 2024 07:48:55 -0500, Hari Nagalla wrote: > This patch series adds R5F and C7x dsp processor nodes and shared > memory based Virtio/IPC configuration for AM62A SoC. > > changes in v3: > *) Separated DSP node binding patch and submitted to remoteproc > mailing list, rebased the patches to linux-next. > > v2: https://lore.kernel.org/all/20230810005850.21998-1-hnagalla@xxxxxx/ > > Devarsh Thakkar (2): > arm64: dts: k3-am62a-wakeup: Add R5F device node > arm64: dts: ti: k3-am62a7-sk: Enable ipc with remote proc nodes > > Hari Nagalla (1): > arm64: dts: k3-am62a-mcu: Add R5F remote proc node > > Jai Luthra (1): > arm64: dts: k3-am62a-main: Add C7xv device node > > arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 11 ++++ > arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 35 +++++++++++ > arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 23 +++++++ > arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 68 +++++++++++++++++++++ > 4 files changed, 137 insertions(+) > > -- > 2.34.1 > > > 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-am62a7-sk.dtb' for 20240605124859.3034-1-hnagalla@xxxxxx: arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: dsp@7e000000: reg: [[0, 2113929216, 0, 1048576]] is too short from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: dsp@7e000000: reg-names: ['l2sram'] is too short from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: dsp@7e000000: Unevaluated properties are not allowed ('reg', 'reg-names' were unexpected) from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#