Message ID | 20240607090433.488454-1-b-padhi@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Remoteproc Support for TI's J722S SoCs | expand |
On Fri, 07 Jun 2024 14:34:30 +0530, Beleswar Padhi wrote: > Hello All, > > The K3 J722S SoCs have one single-core Arm Cortex-R5F processor in each > of the WAKEUP, MCU and MAIN voltage domain, and two C71x DSP subsystems > in MAIN voltage domain. Thus, Add the DT Nodes and memory carveout > regions to add remoteproc support in J722S SoCs. > > Apurva Nandan (2): > arm64: dts: ti: Add R5F and C7x remote processor nodes > arm64: dts: ti: k3-j722s-evm: Add memory carveouts for R5F and C7x > > Beleswar Padhi (1): > arm64: dts: ti: k3-j722s-evm: Enable Mailbox clusters > > arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 140 ++++++++++++++++++++++++ > arch/arm64/boot/dts/ti/k3-j722s.dtsi | 63 +++++++++++ > 2 files changed, 203 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-j722s-evm.dtb' for 20240607090433.488454-1-b-padhi@ti.com: arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: dsp@7e000000: reg: [[0, 2113929216, 0, 2097152]] is too short from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# arch/arm64/boot/dts/ti/k3-j722s-evm.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-j722s-evm.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# arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: dsp@7e200000: reg: [[0, 2116026368, 0, 2097152]] is too short from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: dsp@7e200000: 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-j722s-evm.dtb: dsp@7e200000: Unevaluated properties are not allowed ('reg', 'reg-names' were unexpected) from schema $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#