ARM: dts: stm32: enable RTC on stm32429i-eval
authorAmelie Delaunay <amelie.delaunay@st.com>
Mon, 16 Jan 2017 13:29:00 +0000 (14:29 +0100)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Fri, 20 Jan 2017 13:59:58 +0000 (14:59 +0100)
This patch enables RTC on stm32429i-eval with default LSE clock source.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32429i-eval.dts

index 2181220..eedb27d 100644 (file)
        };
 };
 
+&rtc {
+       status = "okay";
+};
+
 &usart1 {
        pinctrl-0 = <&usart1_pins_a>;
        pinctrl-names = "default";