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


Groups > linux.kernel > #1646126

[PATCH v2 5/5] ARM: dts: stm32: Add CRC support to stm32f429

From Cosar Dindar <cosardindar@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 5/5] ARM: dts: stm32: Add CRC support to stm32f429
Date 2017-05-20 15:40 +0200
Message-ID <tJcLU-24w-41@gated-at.bofh.it> (permalink)
References <tJcLT-24w-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add CRC32 Crypto support to stm32f429.

Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
---
 arch/arm/boot/dts/stm32f429.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index b2a2b5c..18343de 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -766,6 +766,13 @@
 			};
 		};
 
+		crc: crc@40023000 {
+			compatible = "st,stm32f4-crc";
+			reg = <0x40023000 0x400>;
+			clocks = <&rcc 0 STM32F4_AHB1_CLOCK(CRC)>;
+			status = "disabled";
+		};
+
 		rcc: rcc@40023810 {
 			#reset-cells = <1>;
 			#clock-cells = <2>;
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] Add support for the STM32F4 CRC32 Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
  [PATCH v2 5/5] ARM: dts: stm32: Add CRC support to stm32f429 Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
  [PATCH v2 1/5] crypto : stm32 - Add STM32F4 CRC32 support Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
  [PATCH v2 3/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
    Re: [PATCH v2 3/5] ARM: dts: stm32: enable CRC32 on stm32429-disco  board kbuild test robot <lkp@intel.com> - 2017-05-22 13:20 +0200

csiph-web