mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
firmware: ti_sci_static_data: Add static DMA channel
Include the static DMA channel data for using DMA at SPL stage for J722S SoC family. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
This commit is contained in:
parent
f40e679963
commit
f98526cd82
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
|
||||||
#endif /* CONFIG_SOC_K3_J721S2 */
|
#endif /* CONFIG_SOC_K3_J721S2 */
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_SOC_K3_AM625) || IS_ENABLED(CONFIG_SOC_K3_AM62A7) || \
|
#if IS_ENABLED(CONFIG_SOC_K3_AM625) || IS_ENABLED(CONFIG_SOC_K3_AM62A7) || \
|
||||||
IS_ENABLED(CONFIG_SOC_K3_AM62P5)
|
IS_ENABLED(CONFIG_SOC_K3_AM62P5) || IS_ENABLED(CONFIG_SOC_K3_J722S)
|
||||||
static struct ti_sci_resource_static_data rm_static_data[] = {
|
static struct ti_sci_resource_static_data rm_static_data[] = {
|
||||||
/* BC channels */
|
/* BC channels */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue