mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
529571ed8d
commit
a888df9b89
|
@ -13,6 +13,7 @@ Required properties:
|
|||
|
||||
Optional properties:
|
||||
- resets : The reset to properly start RNG
|
||||
- clock-error-detect : Enable the clock detection management
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue