From: Amelie Delaunay Date: Mon, 16 Jan 2017 13:29:00 +0000 (+0100) Subject: ARM: dts: stm32: enable RTC on stm32429i-eval X-Git-Tag: Ubuntu-4.11.0-0.5~549^2~12^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a4e6964a78946bf3ce969d9fef5f201e0236f0ea;p=mirror_ubuntu-artful-kernel.git 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 Signed-off-by: Alexandre TORGUE --- diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index 21812207dcfa..eedb27d33f66 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts @@ -157,6 +157,10 @@ }; }; +&rtc { + status = "okay"; +}; + &usart1 { pinctrl-0 = <&usart1_pins_a>; pinctrl-names = "default";