* [PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot
@ 2009-11-12 18:43 Albrecht Dreß
2009-11-12 19:06 ` Grant Likely
0 siblings, 1 reply; 3+ messages in thread
From: Albrecht Dreß @ 2009-11-12 18:43 UTC (permalink / raw)
To: Likely, Grant, Linux PPC Development, Devicetree Discussions,
Wim Van Sebroeck
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ß <albrecht.dress@arcor.de>
---
Change against v1: rename the new property.
Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt
index 8447fd7..ddd5ee3 100644
--- a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt
+++ b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt
@@ -103,7 +103,22 @@ fsl,mpc5200-gpt nodes
---------------------
On the mpc5200 and 5200b, GPT0 has a watchdog timer function. If the board
design supports the internal wdt, then the device node for GPT0 should
-include the empty property 'fsl,has-wdt'.
+include the empty property 'fsl,has-wdt'. Note that this does not activate
+the watchdog. The timer will function as a GPT if the timer api is used, and
+it will function as watchdog if the watchdog device is used. The watchdog
+mode has priority over the gpt mode, i.e. if the watchdog is activated, any
+gpt api call to this timer will fail with -EBUSY.
+
+If you add the property
+ fsl,wdt-on-boot = <n>;
+GPT0 will be marked as in-use watchdog, i.e. blocking every gpt access to it.
+If n>0, the watchdog is started with a timeout of n seconds. If n=0, the
+configuration of the watchdog is not touched. This is useful in two cases:
+- just mark GPT0 as watchdog, blocking gpt accesses, and configure it later;
+- do not touch a configuration assigned by the boot loader which supervises
+ the boot process itself.
+
+The watchdog will respect the CONFIG_WATCHDOG_NOWAYOUT option.
An mpc5200-gpt can be used as a single line GPIO controller. To do so,
add the following properties to the gpt node:
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot
2009-11-12 18:43 [PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot Albrecht Dreß
@ 2009-11-12 19:06 ` Grant Likely
[not found] ` <fa686aa40911121106j1d609868vb16d6867955aa607-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2009-11-12 19:06 UTC (permalink / raw)
To: Albrecht Dreß
Cc: Linux PPC Development, Devicetree Discussions, Wim Van Sebroeck
On Thu, Nov 12, 2009 at 11:43 AM, Albrecht Dreß <albrecht.dress@arcor.de> 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ß <albrecht.dress@arcor.de>
>
> ---
>
> Change against v1: rename the new property.
>
> Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | 17 ++++++++++++++++-
> 1 files changed, 16 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt
> index 8447fd7..ddd5ee3 100644
> --- a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt
> +++ b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt
> @@ -103,7 +103,22 @@ fsl,mpc5200-gpt nodes
> ---------------------
> On the mpc5200 and 5200b, GPT0 has a watchdog timer function. If the board
> design supports the internal wdt, then the device node for GPT0 should
> -include the empty property 'fsl,has-wdt'.
> +include the empty property 'fsl,has-wdt'. Note that this does not activate
> +the watchdog. The timer will function as a GPT if the timer api is used, and
> +it will function as watchdog if the watchdog device is used. The watchdog
> +mode has priority over the gpt mode, i.e. if the watchdog is activated, any
> +gpt api call to this timer will fail with -EBUSY.
> +
> +If you add the property
> + fsl,wdt-on-boot = <n>;
> +GPT0 will be marked as in-use watchdog, i.e. blocking every gpt access to it.
> +If n>0, the watchdog is started with a timeout of n seconds. If n=0, the
> +configuration of the watchdog is not touched. This is useful in two cases:
> +- just mark GPT0 as watchdog, blocking gpt accesses, and configure it later;
> +- do not touch a configuration assigned by the boot loader which supervises
> + the boot process itself.
> +
> +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?
Otherwise, this looks good to me.
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-12 20:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-12 18:43 [PATCHv2 1/3] mpc52xx/wdt: OF property to enable the WDT on boot Albrecht Dreß
2009-11-12 19:06 ` Grant Likely
[not found] ` <fa686aa40911121106j1d609868vb16d6867955aa607-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-12 20:33 ` Albrecht Dreß
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).