mbox series

[0/2] Add C7xv DSP for AM62A

Message ID 20221228123655.15384-1-hnagalla@ti.com
Headers show
Series Add C7xv DSP for AM62A | expand

Message

Hari Nagalla Dec. 28, 2022, 12:36 p.m. UTC
AM62A SoC family has a C7xv DSP subsystem with Analytics engine. This
susbystem is intended for deep learning purposes. C7xv is similar to C71
DSPs on K3 J7 SoCs with additional harware accelerators and IP updates
for deep learining.

Hari Nagalla (2):
  dt-bindings: remoteproc: k3-dsp: update bindings for AM62A SoCs
  remoteproc: k3-c7x: Add support for C7xv DSP on AM62A SoC

 .../bindings/remoteproc/ti,k3-dsp-rproc.yaml         |  3 +++
 drivers/remoteproc/ti_k3_dsp_remoteproc.c            | 12 ++++++++++++
 2 files changed, 15 insertions(+)

Comments

Hari Nagalla Dec. 30, 2022, 1:21 p.m. UTC | #1
On 12/28/22 06:38, Krzysztof Kozlowski wrote:
>>   
>>     resets:
>>       description: |
>> @@ -111,6 +113,7 @@ else:
>>           enum:
>>             - ti,j721e-c71-dsp
>>             - ti,j721s2-c71-dsp
>> +	  - ti,am62a-c7xv-dsp
> Does not look like you tested the bindings. Please run `make
> dt_binding_check` (see
> Documentation/devicetree/bindings/writing-schema.rst for instructions).
> 
> Wrong indentation.
Seems, i used a wrong option in our patch verify script. Used the 
correct options and fixed it. sending v2 with review comment updates. Thanks