[PATCH v4 07/16] remoteproc: k3-r5: Extend support for R5F clusters on J784S4 SoCs

Nishanth Menon nm at ti.com
Mon Oct 2 17:52:24 CEST 2023


On 22:25-20231001, Apurva Nandan wrote:
> From: Hari Nagalla <hnagalla at ti.com>
> 
> The K3 J784S4 SoC has four dual-core R5F subsystems, one in MCU
> voltage domain and the other three in MAIN voltage domain. These R5F
> clusters are similar to the R5F clusters in J7200 and J721S2 SoCs.
> 
> Extend support to the R5F clusters for J784S4 with J721S2 compatible
> string.
> 
> Signed-off-by: Hari Nagalla <hnagalla at ti.com>
> Signed-off-by: Apurva Nandan <a-nandan at ti.com>
> ---
>  drivers/remoteproc/ti_k3_r5f_rproc.c | 2 ++
>  1 file changed, 2 insertions(+)

Would really appreciate if we can keep these remote processors
as a follow on series. Makes the series hard to comprehend.
> 
> diff --git a/drivers/remoteproc/ti_k3_r5f_rproc.c b/drivers/remoteproc/ti_k3_r5f_rproc.c
> index 6f3e12d915..fafbfd778f 100644
> --- a/drivers/remoteproc/ti_k3_r5f_rproc.c
> +++ b/drivers/remoteproc/ti_k3_r5f_rproc.c
> @@ -864,6 +864,7 @@ static const struct udevice_id k3_r5f_rproc_ids[] = {
>  	{ .compatible = "ti,am654-r5f", .data = (ulong)&k3_data, },
>  	{ .compatible = "ti,j721e-r5f", .data = (ulong)&k3_data, },
>  	{ .compatible = "ti,j7200-r5f", .data = (ulong)&j7200_data, },
> +	{ .compatible = "ti,j721s2-r5f", .data = (ulong)&j7200_data, },
>  	{}
>  };
>  
> @@ -901,6 +902,7 @@ static const struct udevice_id k3_r5fss_ids[] = {
>  	{ .compatible = "ti,am654-r5fss"},
>  	{ .compatible = "ti,j721e-r5fss"},
>  	{ .compatible = "ti,j7200-r5fss"},
> +	{ .compatible = "ti,j721s2-r5fss"},
>  	{}
>  };
>  
> -- 
> 2.34.1
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


More information about the U-Boot mailing list