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


Groups > linux.kernel > #1559734 > unrolled thread

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

Started byAmelie Delaunay <amelie.delaunay@st.com>
First post2017-01-16 14:40 +0100
Last post2017-01-16 15:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromAmelie Delaunay <amelie.delaunay@st.com>
Date2017-01-16 14:40 +0100
Subject[PATCHv3 RESEND 6/8] ARM: dts: stm32: enable RTC on stm32f469-disco
Message-ID<t0fFU-10y-19@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


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

FromAlexandre Torgue <alexandre.torgue@st.com>
Date2017-01-16 15:50 +0100
SubjectRe: [PATCHv3 RESEND 6/8] ARM: dts: stm32: enable RTC on stm32f469-disco
Message-ID<t0gLD-1Gm-5@gated-at.bofh.it>
In reply to#1559734

On 01/16/2017 02:29 PM, Amelie Delaunay wrote:
> 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";
>
Applied on stm32-dt-for-v4.11

Thanks
Alex

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web