diff options
author | Codrin Ciubotariu | 2019-11-04 13:54:56 +0200 |
---|---|---|
committer | Herbert Xu | 2019-11-15 13:44:17 +0800 |
commit | 454dfebae2dbeb6708a3a6a2d38ecd56648e8012 (patch) | |
tree | 960c3d2a148943bccdc38a7d742c50e74da50f47 /Documentation | |
parent | d158367682cd822aca811971e988be6a8d8f679f (diff) |
dt-bindings: rng: atmel-trng: add new compatible
Add compatible for new IP found on sam9x60 SoC.
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/rng/atmel-trng.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rng/atmel-trng.txt b/Documentation/devicetree/bindings/rng/atmel-trng.txt index 4ac5aaa2d024..3900ee4f3532 100644 --- a/Documentation/devicetree/bindings/rng/atmel-trng.txt +++ b/Documentation/devicetree/bindings/rng/atmel-trng.txt @@ -1,7 +1,7 @@ Atmel TRNG (True Random Number Generator) block Required properties: -- compatible : Should be "atmel,at91sam9g45-trng" +- compatible : Should be "atmel,at91sam9g45-trng" or "microchip,sam9x60-trng" - reg : Offset and length of the register set of this block - interrupts : the interrupt number for the TRNG block - clocks: should contain the TRNG clk source |