mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
firmware: ti_sci_static_data: add static DMA chan data
Add range of DMA channels available for R5 SPL usage before DM firmware is loaded. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
720d37ff27
commit
7e9e386773
@ -118,6 +118,19 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
|
|||||||
};
|
};
|
||||||
#endif /* CONFIG_TARGET_J721S2_R5_EVM */
|
#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
|
#else
|
||||||
static struct ti_sci_resource_static_data rm_static_data[] = {
|
static struct ti_sci_resource_static_data rm_static_data[] = {
|
||||||
{ },
|
{ },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user