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


Groups > linux.kernel > #1646122

[PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding

From Cosar Dindar <cosardindar@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding
Date 2017-05-20 15:40 +0200
Message-ID <tJcLT-24w-3@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 device tree binding for STM32F4.

Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
---
 Documentation/devicetree/bindings/crypto/st,stm32-crc.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt b/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt
index 3ba92a5..7b30f1e 100644
--- a/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt
+++ b/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt
@@ -1,7 +1,7 @@
 * STMicroelectronics STM32 CRC
 
 Required properties:
-- compatible: Should be "st,stm32f7-crc".
+- compatible: Can be either "st,stm32f7-crc" or "st,srm32f4-crc".
 - reg: The address and length of the peripheral registers space
 - clocks: The input clock of the CRC instance
 
@@ -10,7 +10,7 @@ Optional properties: none
 Example:
 
 crc: crc@40023000 {
-	compatible = "st,stm32f7-crc";
+	compatible = "st,stm32f7-crc", "st,stm32f4-crc";
 	reg = <0x40023000 0x400>;
 	clocks = <&rcc 0 12>;
 };
-- 
2.7.4

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


Thread

[PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200

csiph-web