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-Tag: v4.14-rc1~607^2~19^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58518a0547a04f804531aeb59a5d92fbd1875ca7;p=platform%2Fkernel%2Flinux-rpi.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 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>;