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


Groups > linux.kernel > #1646993 > unrolled thread

[PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board

Started byCosar Dindar <cosardindar@gmail.com>
First post2017-05-22 16:40 +0200
Last post2017-05-23 16:10 +0200
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

  [PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board Cosar Dindar <cosardindar@gmail.com> - 2017-05-22 16:40 +0200
    Re: [PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco  board Alexandre Torgue <alexandre.torgue@st.com> - 2017-05-23 16:10 +0200

#1646993 — [PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board

FromCosar Dindar <cosardindar@gmail.com>
Date2017-05-22 16:40 +0200
Subject[PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board
Message-ID<tJWF4-6Ra-33@gated-at.bofh.it>
Enable the CRC32 crypto on stm32429-disco board.

Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
---
 arch/arm/boot/dts/stm32f429-disco.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
index 191fa50..ae47cde 100644
--- a/arch/arm/boot/dts/stm32f429-disco.dts
+++ b/arch/arm/boot/dts/stm32f429-disco.dts
@@ -102,6 +102,10 @@
 	clock-frequency = <8000000>;
 };
 
+&crc {
+	status = "okay";
+};
+
 &rtc {
 	assigned-clocks = <&rcc 1 CLK_RTC>;
 	assigned-clock-parents = <&rcc 1 CLK_LSI>;
-- 
2.7.4

[toc] | [next] | [standalone]


#1648090 — Re: [PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board

FromAlexandre Torgue <alexandre.torgue@st.com>
Date2017-05-23 16:10 +0200
SubjectRe: [PATCH v3 4/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board
Message-ID<tKiFA-4he-9@gated-at.bofh.it>
In reply to#1646993

On 05/22/2017 04:34 PM, Cosar Dindar wrote:
> Enable the CRC32 crypto on stm32429-disco board.
>
> Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
> ---


Will be applied in STM32 branch for next pull request.

Thanks
Alex

>  arch/arm/boot/dts/stm32f429-disco.dts | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
> index 191fa50..ae47cde 100644
> --- a/arch/arm/boot/dts/stm32f429-disco.dts
> +++ b/arch/arm/boot/dts/stm32f429-disco.dts
> @@ -102,6 +102,10 @@
>  	clock-frequency = <8000000>;
>  };
>
> +&crc {
> +	status = "okay";
> +};
> +
>  &rtc {
>  	assigned-clocks = <&rcc 1 CLK_RTC>;
>  	assigned-clock-parents = <&rcc 1 CLK_LSI>;
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web