diff options
author | Varshini Rajendran <[email protected]> | 2024-02-23 22:54:45 +0530 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-03-01 18:35:40 +0800 |
commit | 1e45f6051f2c83e61d59c6a19cf4b6a54af7093b (patch) | |
tree | 70f3806d938c1c6e77026b58898879feef2f1604 | |
parent | 4234f365ebd2657296ab135ecacda476905b4425 (diff) |
dt-bindings: crypto: add sam9x7 in Atmel TDES
Add DT bindings for atmel TDES.
Signed-off-by: Varshini Rajendran <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Tudor Ambarus <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml index 3d6ed24b1b00..6a441f79efea 100644 --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml @@ -12,7 +12,11 @@ maintainers: properties: compatible: - const: atmel,at91sam9g46-tdes + oneOf: + - const: atmel,at91sam9g46-tdes + - items: + - const: microchip,sam9x7-tdes + - const: atmel,at91sam9g46-tdes reg: maxItems: 1 |