diff options
author | lionel.debieve@st.com <lionel.debieve@st.com> | 2018-02-15 16:03:11 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-03-02 19:03:10 +0300 |
commit | a888df9b89b785c6dc6fcbf886f0ccda57f98b3a (patch) | |
tree | e25f1b3d089698fbd7bcc1395b6a4ddbce039dde | |
parent | 529571ed8d8cc293c112a2061f130a3f8d458954 (diff) | |
download | linux-a888df9b89b785c6dc6fcbf886f0ccda57f98b3a.tar.xz |
dt-bindings: rng: add clock detection error for stm32
Add optional property to enable the clock detection error
on rng block. It is used to allow slow clock source which
give correct entropy for rng.
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | Documentation/devicetree/bindings/rng/st,stm32-rng.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rng/st,stm32-rng.txt b/Documentation/devicetree/bindings/rng/st,stm32-rng.txt index cb7ca78135ff..1dfa7d51e006 100644 --- a/Documentation/devicetree/bindings/rng/st,stm32-rng.txt +++ b/Documentation/devicetree/bindings/rng/st,stm32-rng.txt @@ -13,6 +13,7 @@ Required properties: Optional properties: - resets : The reset to properly start RNG +- clock-error-detect : Enable the clock detection management Example: |