Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1559734

[PATCHv3 RESEND 6/8] ARM: dts: stm32: enable RTC on stm32f469-disco

From Amelie Delaunay <amelie.delaunay@st.com>
Newsgroups linux.kernel
Subject [PATCHv3 RESEND 6/8] ARM: dts: stm32: enable RTC on stm32f469-disco
Date 2017-01-16 14:40 +0100
Message-ID <t0fFU-10y-19@gated-at.bofh.it> (permalink)
References <t0fFU-10y-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch enables RTC on stm32f469-disco with default LSE clock source.

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

diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
index fda12a4..f52b9f6 100644
--- a/arch/arm/boot/dts/stm32f469-disco.dts
+++ b/arch/arm/boot/dts/stm32f469-disco.dts
@@ -78,6 +78,10 @@
 	clock-frequency = <8000000>;
 };
 
+&rtc {
+	status = "okay";
+};
+
 &usart3 {
 	pinctrl-0 = <&usart3_pins_a>;
 	pinctrl-names = "default";
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv3 RESEND 6/8] ARM: dts: stm32: enable RTC on stm32f469-disco Amelie Delaunay <amelie.delaunay@st.com> - 2017-01-16 14:40 +0100
  Re: [PATCHv3 RESEND 6/8] ARM: dts: stm32: enable RTC on  stm32f469-disco Alexandre Torgue <alexandre.torgue@st.com> - 2017-01-16 15:50 +0100

csiph-web