[PATCH 06/10] watchdog: orion: Update device-tree binding documentation
Ezequiel Garcia
ezequiel.garcia at free-electrons.com
Mon Jul 15 19:32:39 EDT 2013
Now that the 'reg' property meaning has been changed,
this commit updates the deivce-tree binding documentation.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
---
Documentation/devicetree/bindings/watchdog/orion-wdt.txt | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/watchdog/orion-wdt.txt b/Documentation/devicetree/bindings/watchdog/orion-wdt.txt
index 5dc8d30..48a71fc 100644
--- a/Documentation/devicetree/bindings/watchdog/orion-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/orion-wdt.txt
@@ -3,7 +3,8 @@
Required Properties:
- Compatibility : "marvell,orion-wdt"
-- reg : Address of the timer registers
+- reg : First cell contains the register for the watchdog counter.
+ Second cell contains the register for the RSTOUT mask.
Optional properties:
@@ -11,9 +12,10 @@ Optional properties:
Example:
- wdt at 20300 {
+ wdt at 20324 {
compatible = "marvell,orion-wdt";
- reg = <0x20300 0x28>;
+ reg = <0x20324 0x4
+ 0x20108 0x4>;
timeout-sec = <10>;
status = "okay";
};
--
1.8.1.5
More information about the linux-arm-kernel
mailing list