OSDN Git Service

crypto: sunxi-ss - Document optional reset control bindings
authorChen-Yu Tsai <wens@csie.org>
Tue, 11 Aug 2015 05:32:55 +0000 (13:32 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Aug 2015 07:13:22 +0000 (15:13 +0800)
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/devicetree/bindings/crypto/sun4i-ss.txt

index 1e02d17..5d38e9b 100644 (file)
@@ -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";