aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2024-01-31 21:06:44 -0600
committerTom Rini <trini@konsulko.com>2024-02-02 12:55:59 -0500
commit18879a08f5e42706f78db0d8dcf7baf191a4d046 (patch)
tree2f84b187651e55940c3034860d1387252a97b295
parent1a6f90595294dd3e9b32fd188b0fb18efbb73ddf (diff)
downloadu-boot-18879a08f5e42706f78db0d8dcf7baf191a4d046.zip
u-boot-18879a08f5e42706f78db0d8dcf7baf191a4d046.tar.gz
u-boot-18879a08f5e42706f78db0d8dcf7baf191a4d046.tar.bz2
firmware: ti_sci_static_data: add static DMA channel data
Include the static DMA channel data for ti_sci Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
-rw-r--r--drivers/firmware/ti_sci_static_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/firmware/ti_sci_static_data.h b/drivers/firmware/ti_sci_static_data.h
index 567ce89..135ec01 100644
--- a/drivers/firmware/ti_sci_static_data.h
+++ b/drivers/firmware/ti_sci_static_data.h
@@ -84,7 +84,8 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
};
#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)
static struct ti_sci_resource_static_data rm_static_data[] = {
/* BC channels */
{
@@ -95,7 +96,7 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
},
{ },
};
-#endif /* CONFIG_SOC_K3_AM625 || CONFIG_SOC_K3_AM62A7 */
+#endif /* CONFIG_SOC_K3_AM625 || CONFIG_SOC_K3_AM62A7 || CONFIG_SOC_K3_AM62P5 */
#else
static struct ti_sci_resource_static_data rm_static_data[] = {