linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: fabien.dessenne@st.com (Fabien Dessenne)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/5] dt-bindings: Document STM32 CRC bindings
Date: Tue, 21 Mar 2017 16:13:27 +0100	[thread overview]
Message-ID: <1490109211-4869-2-git-send-email-fabien.dessenne@st.com> (raw)
In-Reply-To: <1490109211-4869-1-git-send-email-fabien.dessenne@st.com>

Document device tree bindings for the STM32 CRC (crypto CRC32)

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
---
 .../devicetree/bindings/crypto/st,stm32-crc.txt          | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/crypto/st,stm32-crc.txt

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

  reply	other threads:[~2017-03-21 15:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21 15:13 [PATCH v2 0/5] STM32 CRC crypto driver Fabien Dessenne
2017-03-21 15:13 ` Fabien Dessenne [this message]
2017-03-29  0:28   ` [PATCH v2 1/5] dt-bindings: Document STM32 CRC bindings Rob Herring
2017-03-21 15:13 ` [PATCH v2 2/5] crypto: stm32 - Support for STM32 CRC32 crypto module Fabien Dessenne
2017-03-24  4:28   ` PrasannaKumar Muralidharan
2017-03-24  9:56     ` Fabien DESSENNE
2017-03-24 10:00       ` PrasannaKumar Muralidharan
2017-03-21 15:13 ` [PATCH v2 3/5] ARM: dts: stm32: Add CRC support to stm32f746 Fabien Dessenne
2017-03-21 15:13 ` [PATCH v2 4/5] ARM: dts: stm32: enable CRC on stm32746g-eval board Fabien Dessenne
2017-03-21 15:13 ` [PATCH v2 5/5] ARM: configs: stm32: Add crypto support Fabien Dessenne
2017-04-05 14:09 ` [PATCH v2 0/5] STM32 CRC crypto driver Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490109211-4869-2-git-send-email-fabien.dessenne@st.com \
    --to=fabien.dessenne@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).