Re: [PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot

2009-11-12 Thread Albrecht Dreß
Hi Grant! Am 12.11.09 20:06 schrieb(en) Grant Likely: > +The watchdog will respect the CONFIG_WATCHDOG_NOWAYOUT option. I think it would be better to use a device tree property to enable up NOWAYOUT. The static config isn't multiplatform-friendly. Thoughts? I fully agree with you that this

Re: [PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot

2009-11-12 Thread Grant Likely
On Thu, Nov 12, 2009 at 11:43 AM, Albrecht Dreß wrote: > Add the "fsl,wdt-on-boot" OF property as to reserve a GPT as WDT which may > be a requirement in safety-related (e.g. ISO/EN 61508) applications. > > Signed-off-by: Albrecht Dreß > > --- > > Change against v1: rename the new property. > >  

[PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot

2009-11-12 Thread Albrecht Dreß
Add the "fsl,wdt-on-boot" OF property as to reserve a GPT as WDT which may be a requirement in safety-related (e.g. ISO/EN 61508) applications. Signed-off-by: Albrecht Dreß --- Change against v1: rename the new property. Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | 17 ++