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


Groups > linux.kernel > #1646123 > unrolled thread

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

Started byCosar Dindar <cosardindar@gmail.com>
First post2017-05-20 15:40 +0200
Last post2017-05-20 15:40 +0200
Articles 1 — 1 participant

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 v2 4/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200

#1646123 — [PATCH v2 4/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board

FromCosar Dindar <cosardindar@gmail.com>
Date2017-05-20 15:40 +0200
Subject[PATCH v2 4/5] ARM: dts: stm32: enable CRC32 on stm32429i-eval board
Message-ID<tJcLT-24w-15@gated-at.bofh.it>
Enable the CRC32 crypto on stm32429i-eval board.

Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
---
 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";
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web