summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4-panda-common.dtsi
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2020-07-09 18:19:53 -0500
committerTony Lindgren <tony@atomide.com>2020-07-13 11:11:43 -0700
commitf1c4a33fb83eedfa9cdd32867c4d445fa8e74555 (patch)
treeef56c38e7b668ee5b8cf0cf6df910e621c8e6391 /arch/arm/boot/dts/omap4-panda-common.dtsi
parentf0954943a3dffbbf2b98573984f146a18d1219cb (diff)
downloadlinux-f1c4a33fb83eedfa9cdd32867c4d445fa8e74555.tar.bz2
ARM: dts: omap4-panda-common: Add watchdog timers for IPU and DSP
The watchdog timers have been added for the IPU and DSP remoteproc devices on all the OMAP4-based Panda boards. The following timers are used as the watchdog timers, DSP : GPT6 IPU : GPT9 & GPT11 (one for each Cortex-M3 core) The MPU-side drivers will use this data to initialize the watchdog timers, and listen for any watchdog triggers. The BIOS-side code needs to configure and refresh these timers properly to not throw a watchdog error. These timers can be changed or removed as per the system integration needs, alongside appropriate 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/omap4-panda-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4-panda-common.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi
index db0b7e9264f9..a6a0c7b832dd 100644
--- a/arch/arm/boot/dts/omap4-panda-common.dtsi
+++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
@@ -596,10 +596,12 @@
status = "okay";
memory-region = <&dsp_memory_region>;
ti,timers = <&timer5>;
+ ti,watchdog-timers = <&timer6>;
};
&ipu {
status = "okay";
memory-region = <&ipu_memory_region>;
ti,timers = <&timer3>;
+ ti,watchdog-timers = <&timer9>, <&timer11>;
};