aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna2014-08-11 15:49:56 -0500
committerSuman Anna2014-08-28 22:14:47 -0500
commit771454b3c5192c6391147e32e694ca8f0046e06c (patch)
tree17fb0eb637abd83e12fd3ed53c93f427bdfcd9dd
parent4c014948adfeea4548a84e5beb56f04129996495 (diff)
downloadkernel-video-771454b3c5192c6391147e32e694ca8f0046e06c.tar.gz
kernel-video-771454b3c5192c6391147e32e694ca8f0046e06c.tar.xz
kernel-video-771454b3c5192c6391147e32e694ca8f0046e06c.zip
ARM: dts: dra7-evm: Add watchdog timers for IPU2
The watchdog timer information has been added to the IPU2 remote processor device node on DRA7 EVM board. The watchdog functionality will use GPTimers 4 and 9 for each of the cores in IPU2. No watchdog timer is added to the remaining IPU and DSP processors, but can be easily added as per need. The MPU-side drivers will use this data to initialize the watchdog timers, and listen for any watchdog triggers. The BIOS-side code on IPU2 needs to configure/refresh this timer properly to not throw a watchdog error. Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 9721ad343f4..76d70f9038d 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -487,6 +487,7 @@
487 memory-region = <&ipu2_cma_pool>; 487 memory-region = <&ipu2_cma_pool>;
488 mboxes = <&mailbox6 &mbox_ipu2_legacy>; 488 mboxes = <&mailbox6 &mbox_ipu2_legacy>;
489 timers = <&timer3>; 489 timers = <&timer3>;
490 watchdog-timers = <&timer4>, <&timer9>;
490}; 491};
491 492
492&ipu1 { 493&ipu1 {