Commits
Suman Anna committed a9e6db89036
ARM: dts: dra7-evm: Add watchdog timers for IPU1 and DSP1 The watchdog timer information has been added to the IPU1 and DSP1 remote processor device nodes on DRA7 EVM board. The following timers are used as the watchdog timers, DSP1 : GPT10 IPU1 : GPT7 & GPT8 (one for each Cortex-M4 core) 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. These timers can be changed or removed as per the system integration needs, alongside appropriate equivalent changes on the firmware side. No watchdog timer is added yet for the DSP2 processor. Reported-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>