Message ID | 20250127221631.3974583-1-jm@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Add R5F and C7xv device nodes | expand |
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@ti.com: arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: dsp@7e000000: '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@7e000000: '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@7e000000: '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@7e000000: 'memory-region' is a required property from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#