Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1648098
| From | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 5/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board |
| Date | 2017-05-23 16:10 +0200 |
| Message-ID | <tKiFB-4he-29@gated-at.bofh.it> (permalink) |
| References | <tJWF3-6Ra-9@gated-at.bofh.it> <tJWF3-6Ra-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 05/22/2017 04:35 PM, Cosar Dindar wrote:
> Enable the CRC32 crypto on stm32429i-eval 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/stm32429i-eval.dts | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
> index b633114..360fb19 100644
> --- a/arch/arm/boot/dts/stm32429i-eval.dts
> +++ b/arch/arm/boot/dts/stm32429i-eval.dts
> @@ -141,6 +141,10 @@
> clock-frequency = <25000000>;
> };
>
> +&crc {
> + status = "okay";
> +};
> +
> &i2c1 {
> pinctrl-0 = <&i2c1_pins>;
> pinctrl-names = "default";
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 5/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board Cosar Dindar <cosardindar@gmail.com> - 2017-05-22 16:40 +0200 Re: [PATCH v3 5/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board Alexandre Torgue <alexandre.torgue@st.com> - 2017-05-23 16:10 +0200
csiph-web