summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2023-01-05 08:00:13 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-05 17:24:05 -0600
commitaa83cfcb9b77ac46c12a56c2b4c8742388d8702c (patch)
tree02d72e0936582c7570629a66db3fa7a2140b3eb7 /drivers
parent0e450327a9dc03200f727af4c9af811f710c476e (diff)
remoteproc: k3-dsp: Enable C71x support for AM62A
AM62A SoC has a single C71x DSP subsystem with analytics engine in main voltage domain. Extend support to AM62A with compatible strings. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/remoteproc/ti_k3_dsp_rproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/ti_k3_dsp_rproc.c b/drivers/remoteproc/ti_k3_dsp_rproc.c
index 282d9f77c7..b50e5bac7d 100644
--- a/drivers/remoteproc/ti_k3_dsp_rproc.c
+++ b/drivers/remoteproc/ti_k3_dsp_rproc.c
@@ -452,6 +452,7 @@ static const struct udevice_id k3_dsp_ids[] = {
{ .compatible = "ti,j721e-c66-dsp", .data = (ulong)&c66_data, },
{ .compatible = "ti,j721e-c71-dsp", .data = (ulong)&c71_data, },
{ .compatible = "ti,j721s2-c71-dsp", .data = (ulong)&c71_data, },
+ { .compatible = "ti,am62a-c7xv-dsp", .data = (ulong)&c71_data, },
{}
};