Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca6bc691 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Herbert Xu
Browse files

crypto: sunxi-ss - Document optional reset control bindings



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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d5cf4023
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";