ARM: dts: at91: sama5d2: add slow clock to watchdog node
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 26 Apr 2016 13:08:47 +0000 (15:08 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 27 Apr 2016 12:08:58 +0000 (14:08 +0200)
As the watchdog timer needs the slow clock, add it to the currently defined
wdt node.

Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/sama5d2.dtsi

index 43015c2ad3950638dc07d453c6aedc3ea5a67f66..84eed47ffb0ad21c919718baf2c257c3dd5de148 100644 (file)
                                compatible = "atmel,sama5d4-wdt";
                                reg = <0xf8048040 0x10>;
                                interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
+                               clocks = <&clk32k>;
                                status = "disabled";
                        };
 
This page took 0.035178 seconds and 5 git commands to generate.