Explorar el Código

ARM: dts: stm32: enable RTC on stm32429i-eval

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>
Amelie Delaunay hace 8 años
padre
commit
a4e6964a78
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      arch/arm/boot/dts/stm32429i-eval.dts

+ 4 - 0
arch/arm/boot/dts/stm32429i-eval.dts

@@ -157,6 +157,10 @@
 	};
 };
 
+&rtc {
+	status = "okay";
+};
+
 &usart1 {
 	pinctrl-0 = <&usart1_pins_a>;
 	pinctrl-names = "default";