diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-11-01 16:20:05 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-11-10 19:20:08 +0800 |
commit | 8ddef132a36f4081b7cc7a34bce6a666e78083e3 (patch) | |
tree | d9a38447278779b8c33564bb608e43f42dafd932 /Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | |
parent | abfa2b377f752a13e6caaa8c6c4add6ab9b71ba8 (diff) |
dt-bindings: rng: Document BCM7278 RNG200 compatible
BCM7278 includes a RGN200 hardware random number generator, document the
compatible string for that version of the IP.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt')
-rw-r--r-- | Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt index e25a456664b9..0014da9145af 100644 --- a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt +++ b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt @@ -1,7 +1,9 @@ HWRNG support for the iproc-rng200 driver Required properties: -- compatible : "brcm,iproc-rng200" +- compatible : Must be one of: + "brcm,bcm7278-rng200" + "brcm,iproc-rng200" - reg : base address and size of control register block Example: |