summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap5-uevm.dts
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2020-07-09 18:19:52 -0500
committerTony Lindgren <tony@atomide.com>2020-07-13 11:11:42 -0700
commitf0954943a3dffbbf2b98573984f146a18d1219cb (patch)
tree2ff3ab2d230422f25c098896c071a0b695af1396 /arch/arm/boot/dts/omap5-uevm.dts
parent1e48754f2c6ed745299ed179ae90f695abe7ca87 (diff)
downloadlinux-f0954943a3dffbbf2b98573984f146a18d1219cb.tar.bz2
ARM: dts: omap5-uevm: Add system timers to DSP and IPU
The BIOS System Tick timers have been added for the IPU and DSP remoteproc devices for the OMAP5 uEVM boards. The following timers (same as the timers on OMAP4 Panda boards) are chosen: IPU : GPT3 (SMP-mode) DSP : GPT5 IPU has two Cortex-M4 processors, and is currently expected to be running in SMP-mode, so only a single timer suffices to provide the BIOS tick timer. An additional timer should be added for the second processor in IPU if it were to be run in non-SMP mode. The timer value also needs to be unique from the ones used by other processors so that they can be run simultaneously. The timers are optional, but are mandatory to support device management features such as power management and watchdog support. The above are added to successfully boot and execute firmware images configured with the respective timers, images that use internal processor subsystem timers are not affected. The timers can be changed or removed as per the system integration needs, alongside equivalent changes on the firmware side. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-uevm.dts')
-rw-r--r--arch/arm/boot/dts/omap5-uevm.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index 251885656697..bb016419ef61 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -222,9 +222,11 @@
&dsp {
status = "okay";
memory-region = <&dsp_memory_region>;
+ ti,timers = <&timer5>;
};
&ipu {
status = "okay";
memory-region = <&ipu_memory_region>;
+ ti,timers = <&timer3>;
};