Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51755007 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

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: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent e4b9a21b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1050,6 +1050,7 @@
				compatible = "atmel,sama5d4-wdt";
				reg = <0xf8048040 0x10>;
				interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
				clocks = <&clk32k>;
				status = "disabled";
			};