Skip to content

Commit 3b918d8

Browse files
h-nagallamathieupoirier
authored andcommitted
remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs
The K3 J721S2 SoCs have two C71x DSP subsystems in MAIN voltage domain, and there are no C66x DSP subsystems on these SoCs. The C71x DSP subsystem is a slighly updated version of the C71x DSP subsystem on J721e. The C71x DSPs are 64 bit machine with fixed and floating point DSP operations. Extend support to the C71x DSPs with J721S2 compatible strings. Signed-off-by: Hari Nagalla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent 83b57e6 commit 3b918d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/ti_k3_dsp_remoteproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ static const struct k3_dsp_dev_data c71_data = {
767767
static const struct of_device_id k3_dsp_of_match[] = {
768768
{ .compatible = "ti,j721e-c66-dsp", .data = &c66_data, },
769769
{ .compatible = "ti,j721e-c71-dsp", .data = &c71_data, },
770+
{ .compatible = "ti,j721s2-c71-dsp", .data = &c71_data, },
770771
{ /* sentinel */ },
771772
};
772773
MODULE_DEVICE_TABLE(of, k3_dsp_of_match);

0 commit comments

Comments
 (0)