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


Groups > linux.kernel > #1204762

[PATCH 1/3] crypto: sunxi-ss: Document optional reset control bindings

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject [PATCH 1/3] crypto: sunxi-ss: Document optional reset control bindings
Date 2015-08-11 07:40 +0200
Message-ID <pWas2-48U-17@gated-at.bofh.it> (permalink)
References <pWas2-48U-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Later Allwinner SoCs split out the reset controls for individual modules
out of the clock gate controls. The "Security System" crypto engine is
no different.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 Documentation/devicetree/bindings/crypto/sun4i-ss.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/crypto/sun4i-ss.txt b/Documentation/devicetree/bindings/crypto/sun4i-ss.txt
index 1e02d177fea6..5d38e9b7033f 100644
--- a/Documentation/devicetree/bindings/crypto/sun4i-ss.txt
+++ b/Documentation/devicetree/bindings/crypto/sun4i-ss.txt
@@ -9,6 +9,10 @@ Required properties:
 	* "ahb" : AHB gating clock
 	* "mod" : SS controller clock
 
+Optional properties:
+ - resets : phandle + reset specifier pair
+ - reset-names : must contain "ahb"
+
 Example:
 	crypto: crypto-engine@01c15000 {
 		compatible = "allwinner,sun4i-a10-crypto";
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/3] ARM: sun6i: Support Security System crypto engine Chen-Yu Tsai <wens@csie.org> - 2015-08-11 07:40 +0200
  [PATCH 3/3] ARM: dts: sun6i: Add security system crypto engine clock and device nodes Chen-Yu Tsai <wens@csie.org> - 2015-08-11 07:40 +0200
  [PATCH 1/3] crypto: sunxi-ss: Document optional reset control bindings Chen-Yu Tsai <wens@csie.org> - 2015-08-11 07:40 +0200
  Re: [PATCH 0/3] ARM: sun6i: Support Security System crypto engine Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-13 09:20 +0200

csiph-web