remoteproc: k3-r5: Add support for R5F cores on AM64x SoCs

AM64x SoCs have two R5F clusters in the main power domain.
Extend support for R5F remote proc driver on AM64x with compatible
strings.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
This commit is contained in:
Hari Nagalla 2023-10-18 11:03:16 -05:00 committed by Praneeth Bajjuri
parent 5350a860b9
commit 7e600af984
1 changed files with 2 additions and 0 deletions

View File

@ -940,6 +940,7 @@ static const struct udevice_id k3_r5f_rproc_ids[] = {
{ .compatible = "ti,j721s2-r5f", .data = (ulong)&j7200_j721s2_data, },
{ .compatible = "ti,j721s2-mcu-r5f", .data = (ulong)&j7200_mcu_data, },
{ .compatible = "ti,am62-r5f", .data = (ulong)&am62_data, },
{ .compatible = "ti,am64-r5f", .data = (ulong)&j7200_j721s2_data, },
{}
};
@ -984,6 +985,7 @@ static const struct udevice_id k3_r5fss_ids[] = {
{ .compatible = "ti,j7200-r5fss"},
{ .compatible = "ti,j721s2-r5fss"},
{ .compatible = "ti,am62-r5fss"},
{ .compatible = "ti,am64-r5fss"},
{}
};