From: Cosar Dindar Date: Mon, 22 May 2017 14:34:00 +0000 (+0200) Subject: ARM: dts: stm32: enable CRC32 on stm32429-disco board X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=58518a0547a04f804531aeb59a5d92fbd1875ca7;p=linux.git ARM: dts: stm32: enable CRC32 on stm32429-disco board Enable the CRC32 crypto on stm32429-disco board. Signed-off-by: Cosar Dindar Signed-off-by: Alexandre TORGUE --- diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index 191fa50e34ebd..ae47cde7952f6 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>;