summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rng
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-12-27 19:32:46 +0100
committerRob Herring <robh@kernel.org>2022-01-05 07:31:40 -0600
commit25b32931c5fec9b99bcc17b1e9db668d49448f3c (patch)
treeefea3de0d0412469043ddcc66748162f6a2f38d0 /Documentation/devicetree/bindings/rng
parentc92664a9e86265a096e9b66e5154aaed0885a0f2 (diff)
downloadlinux-stable-25b32931c5fec9b99bcc17b1e9db668d49448f3c.tar.gz
linux-stable-25b32931c5fec9b99bcc17b1e9db668d49448f3c.tar.bz2
linux-stable-25b32931c5fec9b99bcc17b1e9db668d49448f3c.zip
dt-bindings: rng: atmel,at91-trng: document sama7g5 TRNG
Add compatbile for Microchip sama7g5 TRNG. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211227183251.132525-3-krzysztof.kozlowski@canonical.com
Diffstat (limited to 'Documentation/devicetree/bindings/rng')
-rw-r--r--Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml b/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml
index 0324e863dab8..c1527637eb74 100644
--- a/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml
+++ b/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml
@@ -13,9 +13,14 @@ maintainers:
properties:
compatible:
- enum:
- - atmel,at91sam9g45-trng
- - microchip,sam9x60-trng
+ oneOf:
+ - enum:
+ - atmel,at91sam9g45-trng
+ - microchip,sam9x60-trng
+ - items:
+ - enum:
+ - microchip,sama7g5-trng
+ - const: atmel,at91sam9g45-trng
clocks:
maxItems: 1