diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-12-27 19:32:46 +0100 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-01-05 07:31:40 -0600 |
commit | 25b32931c5fec9b99bcc17b1e9db668d49448f3c (patch) | |
tree | efea3de0d0412469043ddcc66748162f6a2f38d0 | |
parent | c92664a9e86265a096e9b66e5154aaed0885a0f2 (diff) |
dt-bindings: rng: atmel,at91-trng: document sama7g5 TRNG
Add compatbile for Microchip sama7g5 TRNG.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml | 11 |
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 |