dt-bindings: remoteproc: k3-dsp: Update bindings for AM62A SoCs
The TI AM62A SoCs have a C7xv DSP and Analytics engine for deep learning purposes. The DSP part is similar to the C71x DSP found on K3 J7 SoCs, but additional hardware accelerators and IP are added to the subsystem for deep learning. Compatible info is updated to match AM62A SoCs. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20221230132453.32022-2-hnagalla@ti.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
This commit is contained in:
parent
133f30d3a8
commit
44d9083394
|
@ -31,10 +31,12 @@ allOf:
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- ti,am62a-c7xv-dsp
|
||||||
- ti,j721e-c66-dsp
|
- ti,j721e-c66-dsp
|
||||||
- ti,j721e-c71-dsp
|
- ti,j721e-c71-dsp
|
||||||
- ti,j721s2-c71-dsp
|
- ti,j721s2-c71-dsp
|
||||||
description:
|
description:
|
||||||
|
Use "ti,am62a-c7xv-dsp" for AM62A Deep learning DSPs on K3 AM62A SoCs
|
||||||
Use "ti,j721e-c66-dsp" for C66x DSPs on K3 J721E SoCs
|
Use "ti,j721e-c66-dsp" for C66x DSPs on K3 J721E SoCs
|
||||||
Use "ti,j721e-c71-dsp" for C71x DSPs on K3 J721E SoCs
|
Use "ti,j721e-c71-dsp" for C71x DSPs on K3 J721E SoCs
|
||||||
Use "ti,j721s2-c71-dsp" for C71x DSPs on K3 J721S2 SoCs
|
Use "ti,j721s2-c71-dsp" for C71x DSPs on K3 J721S2 SoCs
|
||||||
|
@ -109,6 +111,7 @@ else:
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- ti,am62a-c7xv-dsp
|
||||||
- ti,j721e-c71-dsp
|
- ti,j721e-c71-dsp
|
||||||
- ti,j721s2-c71-dsp
|
- ti,j721s2-c71-dsp
|
||||||
then:
|
then:
|
||||||
|
|
Loading…
Reference in New Issue