aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2016-04-26 09:08:47 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2016-04-27 08:08:58 -0400
commit517550075c31917dc729d7cec0b4a0ca65294f14 (patch)
tree41eb81ea99e451c3861ddbb11a1c26ea42f22458
parente4b9a21b25f0ca087cbe00d2ee183a5a28f12ea3 (diff)
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 <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sama5d2.dtsi1
1 files changed, 1 insertions, 0 deletions
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 @@
1050 compatible = "atmel,sama5d4-wdt"; 1050 compatible = "atmel,sama5d4-wdt";
1051 reg = <0xf8048040 0x10>; 1051 reg = <0xf8048040 0x10>;
1052 interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; 1052 interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
1053 clocks = <&clk32k>;
1053 status = "disabled"; 1054 status = "disabled";
1054 }; 1055 };
1055 1056