ARM: dts: stm32: enable RTC on stm32f769-disco
authorAmelie Delaunay <amelie.delaunay@st.com>
Fri, 16 Feb 2018 13:47:00 +0000 (14:47 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 27 Feb 2018 14:25:14 +0000 (15:25 +0100)
This patch enables RTC on stm32f769-disco.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f769-disco.dts

index 137661b..d712260 100644 (file)
        clock-frequency = <25000000>;
 };
 
+&rtc {
+       status = "okay";
+};
+
 &usart1 {
        pinctrl-0 = <&usart1_pins_a>;
        pinctrl-names = "default";