Re: [PATCH] ARM: dts: stm32: enable RTC on stm32f769-disco

From: Alexandre Torgue
Date: Tue Feb 27 2018 - 11:01:53 EST


Hi AmÃlie

On 02/16/2018 02:47 PM, Amelie Delaunay wrote:
This patch enables RTC on stm32f769-disco.

Signed-off-by: Amelie Delaunay <amelie.delaunay@xxxxxx>
---
arch/arm/boot/dts/stm32f769-disco.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts
index 4463ca1..48cb47f 100644
--- a/arch/arm/boot/dts/stm32f769-disco.dts
+++ b/arch/arm/boot/dts/stm32f769-disco.dts
@@ -73,6 +73,10 @@
clock-frequency = <25000000>;
};
+&rtc {
+ status = "okay";
+};
+
&usart1 {
pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default";


Applied on stm32-next.

Thanks.
Alex