Skip to content

Commit

Permalink
firmware: ti_sci_static_data: add static DMA chan data
Browse files Browse the repository at this point in the history
Add range of DMA channels available for R5 SPL usage before DM firmware
is loaded.

Signed-off-by: Vignesh Raghavendra <[email protected]>
  • Loading branch information
r-vignesh authored and trini committed Jun 10, 2022
1 parent 720d37f commit 7e9e386
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/firmware/ti_sci_static_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,19 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
};
#endif /* CONFIG_TARGET_J721S2_R5_EVM */

#if IS_ENABLED(CONFIG_SOC_K3_AM625)
static struct ti_sci_resource_static_data rm_static_data[] = {
/* BC channels */
{
.dev_id = 26,
.subtype = 32,
.range_start = 18,
.range_num = 2,
},
{ },
};
#endif /* CONFIG_SOC_K3_AM625 */

#else
static struct ti_sci_resource_static_data rm_static_data[] = {
{ },
Expand Down

0 comments on commit 7e9e386

Please sign in to comment.