diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2017-01-16 14:29:00 +0100 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-20 14:59:58 +0100 |
commit | a4e6964a78946bf3ce969d9fef5f201e0236f0ea (patch) | |
tree | c7aa3fbb8b64a6d2aecc24ab713bc3eac8880a26 | |
parent | ARM: dts: stm32: enable RTC on stm32f469-disco (diff) | |
download | linux-a4e6964a78946bf3ce969d9fef5f201e0236f0ea.tar.xz linux-a4e6964a78946bf3ce969d9fef5f201e0236f0ea.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/stm32429i-eval.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |