ARM: dts: stm32: enable RTC on stm32mp157c-ed1
authorAmelie Delaunay <amelie.delaunay@st.com>
Thu, 17 May 2018 12:07:00 +0000 (14:07 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 26 Jun 2018 07:20:42 +0000 (09:20 +0200)
Enable RTC (Real Time Clock) on stm32mp157c-ed1 board.

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

index ae33653..050c30d 100644 (file)
        status = "okay";
 };
 
+&rtc {
+       status = "okay";
+};
+
 &uart4 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart4_pins_a>;