Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

+2
+2
Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
··· 6 6 - compatible: must be "atmel,at91sam9260-wdt". 7 7 - reg: physical base address of the controller and length of memory mapped 8 8 region. 9 + - clocks: phandle to input clock. 9 10 10 11 Optional properties: 11 12 - timeout-sec: contains the watchdog timeout in seconds. ··· 40 39 compatible = "atmel,at91sam9260-wdt"; 41 40 reg = <0xfffffd40 0x10>; 42 41 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; 42 + clocks = <&clk32k>; 43 43 timeout-sec = <15>; 44 44 atmel,watchdog-type = "hardware"; 45 45 atmel,reset-type = "all";