]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
firmware: ti_sci_static_data: add static DMA channel data
authorHari Nagalla <hnagalla@ti.com>
Tue, 12 Mar 2024 20:20:26 +0000 (15:20 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Mar 2024 14:10:05 +0000 (10:10 -0400)
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>
drivers/firmware/ti_sci_static_data.h

index 789f0c6b2d9038bf0504bbffc83cee1d99ad9c2e..9662bd95f28351e19fdaaafc45686cd62abf6c41 100644 (file)
@@ -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 */
 
 #if IS_ENABLED(CONFIG_SOC_K3_J784S4)
 static struct ti_sci_resource_static_data rm_static_data[] = {