diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-11-02 00:20:05 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-11-10 12:20:08 +0100 |
commit | 8ddef132a36f4081b7cc7a34bce6a666e78083e3 (patch) | |
tree | d9a38447278779b8c33564bb608e43f42dafd932 /Documentation/devicetree/bindings/rng | |
parent | crypto: chcr - Replace _manual_ swap with swap macro (diff) | |
download | linux-8ddef132a36f4081b7cc7a34bce6a666e78083e3.tar.xz linux-8ddef132a36f4081b7cc7a34bce6a666e78083e3.zip |
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')
-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: |