Re: [PATCH] ARM: bcm2835: implement machine restart hook

2012-10-25 Thread Stephen Warren
On 09/27/2012 10:08 PM, Stephen Warren wrote: Implement the machine restart hook using the SoC's watchdog timer module. To support this, define a DT binding for the watchdog module, and add it to the device tree. The downstream rpi-split branch contains a full watchdog timer driver

Re: [PATCH] ARM: bcm2835: implement machine restart hook

2012-09-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:08 Thu 27 Sep , Stephen Warren wrote: Implement the machine restart hook using the SoC's watchdog timer module. To support this, define a DT binding for the watchdog module, and add it to the device tree. The downstream rpi-split branch contains a full watchdog timer driver

Re: [PATCH] ARM: bcm2835: implement machine restart hook

2012-09-28 Thread Stephen Warren
On 09/28/2012 04:15 AM, Thomas Petazzoni wrote: Stephen, On Thu, 27 Sep 2012 22:08:00 -0600, Stephen Warren wrote: +intc: interrupt-controller { Isn't this a bizarre name for a watchdog device? Yes, certainly! It looks like I only made this cut/paste mistake in the binding document,

Re: [PATCH] ARM: bcm2835: implement machine restart hook

2012-09-28 Thread Stephen Warren
On 09/28/2012 04:31 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:08 Thu 27 Sep , Stephen Warren wrote: Implement the machine restart hook using the SoC's watchdog timer module. To support this, define a DT binding for the watchdog module, and add it to the device tree. The

[PATCH] ARM: bcm2835: implement machine restart hook

2012-09-27 Thread Stephen Warren
Implement the machine restart hook using the SoC's watchdog timer module. To support this, define a DT binding for the watchdog module, and add it to the device tree. The downstream rpi-split branch contains a full watchdog timer driver implementation, which also implements the restart hook.