mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
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> Signed-off-by: Judith Mendez <jm@ti.com> Reviewed-by: Daniel Schultz <d.schultz@phytec.de> Reviewed-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
c0e2ce5aee
commit
5b96ad41bc
1 changed files with 2 additions and 0 deletions
|
@ -886,6 +886,7 @@ static const struct udevice_id k3_r5f_rproc_ids[] = {
|
|||
{ .compatible = "ti,j7200-r5f", .data = (ulong)&j7200_j721s2_data, },
|
||||
{ .compatible = "ti,j721s2-r5f", .data = (ulong)&j7200_j721s2_data, },
|
||||
{ .compatible = "ti,am62-r5f", .data = (ulong)&am62_data, },
|
||||
{ .compatible = "ti,am64-r5f", .data = (ulong)&j7200_j721s2_data, },
|
||||
{}
|
||||
};
|
||||
|
||||
|
@ -930,6 +931,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"},
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue