Re: [PATCH v3 5/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board

From: Alexandre Torgue
Date: Tue May 23 2017 - 10:00:22 EST




On 05/22/2017 04:35 PM, Cosar Dindar wrote:
Enable the CRC32 crypto on stm32429i-eval board.

Signed-off-by: Cosar Dindar <cosardindar@xxxxxxxxx>
---

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";