Commit 51755007 authored by Nicolas Ferre's avatar Nicolas Ferre

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
......@@ -1050,6 +1050,7 @@ watchdog@f8048040 {
compatible = "atmel,sama5d4-wdt";
reg = <0xf8048040 0x10>;
interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
clocks = <&clk32k>;
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment