summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2022-12-01 18:53:56 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-12-01 18:56:14 -0600
commitd6ff451d97eaacd79f67d4b6250549b090574a89 (patch)
tree26826eae522ab0fd69e15775368c40b3da36c175 /drivers
parent6dffc1d9a421d27a3038f987a9da5dfaf3d47f17 (diff)
arm: mach-k3: introduce basic files to support the am62a
Introduce the mach-k3 files needed to properly boot TI's am62a SoC family of devices Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/firmware/ti_sci_static_data.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/firmware/ti_sci_static_data.h b/drivers/firmware/ti_sci_static_data.h
index 509938cca4..ed32df4995 100644
--- a/drivers/firmware/ti_sci_static_data.h
+++ b/drivers/firmware/ti_sci_static_data.h
@@ -118,7 +118,8 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
};
#endif /* CONFIG_TARGET_J784S4_R5_EVM */
-#if IS_ENABLED(CONFIG_SOC_K3_AM625)
+#if IS_ENABLED(CONFIG_SOC_K3_AM625) || IS_ENABLED(CONFIG_SOC_K3_AM62A7)
+
static struct ti_sci_resource_static_data rm_static_data[] = {
/* BC channels */
{
@@ -129,8 +130,8 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
},
{ },
};
-
-#endif /* CONFIG_SOC_K3_AM625 */
+
+#endif /* CONFIG_SOC_K3_AM625 || CONFIG_SOC_K3_AM62A7 */
#else
static struct ti_sci_resource_static_data rm_static_data[] = {