aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2014-03-15 14:18:04 -0400
committerWim Van Sebroeck <wim@iguana.be>2014-06-10 15:45:23 -0400
commitebc5e336077aa2ea595f8ab5f989601e7e443332 (patch)
treeb2c9cc3ac181b0df061a48bb9cfdb077485665bd
parentb483642fc399c0c79a90aef25c956f37e29e6b27 (diff)
ARM: mvebu: Add A375/A380 watchdog binding documentation
This commit documents the new support for "marvell,armada-{375,380}-wdt" compatible strings and the extra 'reg' entry requirement. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r--Documentation/devicetree/bindings/watchdog/marvel.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/marvel.txt b/Documentation/devicetree/bindings/watchdog/marvel.txt
index de11eb4c121f..97223fddb7bd 100644
--- a/Documentation/devicetree/bindings/watchdog/marvel.txt
+++ b/Documentation/devicetree/bindings/watchdog/marvel.txt
@@ -5,11 +5,18 @@ Required Properties:
5- Compatibility : "marvell,orion-wdt" 5- Compatibility : "marvell,orion-wdt"
6 "marvell,armada-370-wdt" 6 "marvell,armada-370-wdt"
7 "marvell,armada-xp-wdt" 7 "marvell,armada-xp-wdt"
8 "marvell,armada-375-wdt"
9 "marvell,armada-380-wdt"
8 10
9- reg : Should contain two entries: first one with the 11- reg : Should contain two entries: first one with the
10 timer control address, second one with the 12 timer control address, second one with the
11 rstout enable address. 13 rstout enable address.
12 14
15For "marvell,armada-375-wdt" and "marvell,armada-380-wdt":
16
17- reg : A third entry is mandatory and should contain the
18 shared mask/unmask RSTOUT address.
19
13Optional properties: 20Optional properties:
14 21
15- interrupts : Contains the IRQ for watchdog expiration 22- interrupts : Contains the IRQ for watchdog expiration