From: Amelie Delaunay Date: Fri, 16 Feb 2018 13:47:00 +0000 (+0100) Subject: ARM: dts: stm32: enable RTC on stm32f769-disco X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4a884163a3430bce7e8283793750c9f2d9d2c370;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: stm32: enable RTC on stm32f769-disco This patch enables RTC on stm32f769-disco. Signed-off-by: Amelie Delaunay Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts index 137661bd5918..d712260ddd85 100644 --- a/arch/arm/boot/dts/stm32f769-disco.dts +++ b/arch/arm/boot/dts/stm32f769-disco.dts @@ -104,6 +104,10 @@ clock-frequency = <25000000>; }; +&rtc { + status = "okay"; +}; + &usart1 { pinctrl-0 = <&usart1_pins_a>; pinctrl-names = "default";