diff options
author | lionel.debieve@st.com <lionel.debieve@st.com> | 2018-02-15 14:03:09 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-03-03 00:03:09 +0800 |
commit | 695788fd1b41938e86b9fba9670f751599836b2d (patch) | |
tree | 73a9a3db4ee190d41586b6d1d092610bc9ab4751 | |
parent | 326ed382256475aa4b8b7eae8a2f60689fd25e78 (diff) | |
download | linux-stable-695788fd1b41938e86b9fba9670f751599836b2d.tar.gz linux-stable-695788fd1b41938e86b9fba9670f751599836b2d.tar.bz2 linux-stable-695788fd1b41938e86b9fba9670f751599836b2d.zip |
dt-bindings: rng: add reset node for stm32
Adding optional resets property 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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rng/st,stm32-rng.txt b/Documentation/devicetree/bindings/rng/st,stm32-rng.txt index 47f04176f93b..cb7ca78135ff 100644 --- a/Documentation/devicetree/bindings/rng/st,stm32-rng.txt +++ b/Documentation/devicetree/bindings/rng/st,stm32-rng.txt @@ -11,6 +11,9 @@ Required properties: - interrupts : The designated IRQ line for the RNG - clocks : The clock needed to enable the RNG +Optional properties: +- resets : The reset to properly start RNG + Example: rng: rng@50060800 { |