Browse Source

Documentation: watchdog: at91sam9_wdt: add clocks property

The watchdog has an input clock, the slow clock. It is required as it will
not function without it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Alexandre Belloni 10 years ago
parent
commit
ab54d7f017
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Documentation/devicetree/bindings/watchdog/atmel-wdt.txt

+ 2 - 0
Documentation/devicetree/bindings/watchdog/atmel-wdt.txt

@@ -6,6 +6,7 @@ Required properties:
 - compatible: must be "atmel,at91sam9260-wdt".
 - compatible: must be "atmel,at91sam9260-wdt".
 - reg: physical base address of the controller and length of memory mapped
 - reg: physical base address of the controller and length of memory mapped
   region.
   region.
+- clocks: phandle to input clock.
 
 
 Optional properties:
 Optional properties:
 - timeout-sec: contains the watchdog timeout in seconds.
 - timeout-sec: contains the watchdog timeout in seconds.
@@ -39,6 +40,7 @@ Example:
 		compatible = "atmel,at91sam9260-wdt";
 		compatible = "atmel,at91sam9260-wdt";
 		reg = <0xfffffd40 0x10>;
 		reg = <0xfffffd40 0x10>;
 		interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
 		interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+		clocks = <&clk32k>;
 		timeout-sec = <15>;
 		timeout-sec = <15>;
 		atmel,watchdog-type = "hardware";
 		atmel,watchdog-type = "hardware";
 		atmel,reset-type = "all";
 		atmel,reset-type = "all";