From: Nicolas Ferre Date: Tue, 26 Apr 2016 13:08:47 +0000 (+0200) Subject: ARM: dts: at91: sama5d2: add slow clock to watchdog node X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=517550075c31917dc729d7cec0b4a0ca65294f14;p=deliverable%2Flinux.git ARM: dts: at91: sama5d2: add slow clock to watchdog node As the watchdog timer needs the slow clock, add it to the currently defined wdt node. Reported-by: Alexandre Belloni Signed-off-by: Nicolas Ferre Acked-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 43015c2ad395..84eed47ffb0a 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1050,6 +1050,7 @@ compatible = "atmel,sama5d4-wdt"; reg = <0xf8048040 0x10>; interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; + clocks = <&clk32k>; status = "disabled"; };