Commit 38134582 authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by Herbert Xu

dt-bindings: rng: bcm2835: document reset support

brcm,bcm6368-rng controllers require resetting the IPSEC clock in order to get
a functional RNG.
Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0618e07e
...@@ -28,6 +28,12 @@ properties: ...@@ -28,6 +28,12 @@ properties:
clock-names: clock-names:
const: ipsec const: ipsec
resets:
maxItems: 1
reset-names:
const: ipsec
interrupts: interrupts:
maxItems: 1 maxItems: 1
...@@ -44,6 +50,8 @@ then: ...@@ -44,6 +50,8 @@ then:
required: required:
- clocks - clocks
- clock-names - clock-names
- resets
- reset-names
additionalProperties: false additionalProperties: false
...@@ -68,4 +76,7 @@ examples: ...@@ -68,4 +76,7 @@ examples:
clocks = <&periph_clk 18>; clocks = <&periph_clk 18>;
clock-names = "ipsec"; clock-names = "ipsec";
resets = <&periph_rst 4>;
reset-names = "ipsec";
}; };
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