Commit 3be36ce1 authored by Vinod Koul's avatar Vinod Koul Committed by Herbert Xu

dt-bindings: crypto: Add new compatible qcom, prng-ee

Later qcom chips support v2 of the prng, which exposes an EE
(Execution Environment) for OS to use so add new compatible
qcom,prng-ee for this.
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ceec5f5b
...@@ -2,7 +2,9 @@ Qualcomm MSM pseudo random number generator. ...@@ -2,7 +2,9 @@ Qualcomm MSM pseudo random number generator.
Required properties: Required properties:
- compatible : should be "qcom,prng" - compatible : should be "qcom,prng" for 8916 etc
: should be "qcom,prng-ee" for 8996 and later using EE
(Execution Environment) slice of prng
- reg : specifies base physical address and size of the registers map - reg : specifies base physical address and size of the registers map
- clocks : phandle to clock-controller plus clock-specifier pair - clocks : phandle to clock-controller plus clock-specifier pair
- clock-names : "core" clocks all registers, FIFO and circuits in PRNG IP block - clock-names : "core" clocks all registers, FIFO and circuits in PRNG IP block
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment