summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/remoteproc44xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/remoteproc44xx.c')
-rw-r--r--arch/arm/mach-omap2/remoteproc44xx.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/remoteproc44xx.c b/arch/arm/mach-omap2/remoteproc44xx.c
index 4189456d018d..d25becba39f5 100644
--- a/arch/arm/mach-omap2/remoteproc44xx.c
+++ b/arch/arm/mach-omap2/remoteproc44xx.c
@@ -170,13 +170,22 @@ static struct omap_rproc_platform_data omap4_rproc_data[] = {
.name = "ducati-proc0",
.ops = &omap4_ducati0_ops,
.oh_name = "ipu_c0",
+#ifdef CONFIG_SYSLINK_DUCATI_PM
+ .timer_id = 3,
+#else
.timer_id = -1,
+#endif
},
{
.name = "ducati-proc1",
.ops = &omap4_ducati1_ops,
.oh_name = "ipu_c1",
+#ifdef CONFIG_SYSLINK_DUCATI_PM
+ .timer_id = 4,
+#else
.timer_id = -1,
+#endif
+
},
};