aboutsummaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra/soc/t210
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2018-08-10 10:17:31 -0700
committerVarun Wadekar <vwadekar@nvidia.com>2020-03-11 13:40:07 -0700
commitf8827c60c743e0812fac847d125fcd1e1ee69ca0 (patch)
tree97f195e5881d25606869585831c2a1737df1f9c6 /plat/nvidia/tegra/soc/t210
parentd205cda6fdd3b2c44f3983fe0f6ada1573d5e85c (diff)
downloadtrusted-firmware-a-f8827c60c743e0812fac847d125fcd1e1ee69ca0.tar.gz
Tegra210: support for secure physical timer
This patch enables on-chip timer1 interrupts for Tegra210 platforms. Change-Id: Ic7417dc0e69264d7c28aa012fe2322cd30838f3e Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'plat/nvidia/tegra/soc/t210')
-rw-r--r--plat/nvidia/tegra/soc/t210/plat_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/nvidia/tegra/soc/t210/plat_setup.c b/plat/nvidia/tegra/soc/t210/plat_setup.c
index 933e925ec4..6d014bf2c7 100644
--- a/plat/nvidia/tegra/soc/t210/plat_setup.c
+++ b/plat/nvidia/tegra/soc/t210/plat_setup.c
@@ -179,6 +179,8 @@ void plat_early_platform_setup(void)
/* Secure IRQs for Tegra186 */
static const interrupt_prop_t tegra210_interrupt_props[] = {
+ INTR_PROP_DESC(TEGRA210_TIMER1_IRQ, GIC_HIGHEST_SEC_PRIORITY,
+ GICV2_INTR_GROUP0, GIC_INTR_CFG_EDGE),
INTR_PROP_DESC(TEGRA210_WDT_CPU_LEGACY_FIQ, GIC_HIGHEST_SEC_PRIORITY,
GICV2_INTR_GROUP0, GIC_INTR_CFG_EDGE),
};