diff options
author | Varshini Rajendran <[email protected]> | 2024-02-23 22:53:10 +0530 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-03-01 18:35:40 +0800 |
commit | 7bb9f42d9e588837e7b5683f58d6fa2e92a945ea (patch) | |
tree | d0975e0e02f48213928ff9cb593bc3e97c12d8d3 | |
parent | 2beb81fbf0c01a62515a1bcef326168494ee2bd0 (diff) |
dt-bindings: crypto: add sam9x7 in Atmel AES
Add DT bindings for atmel AES.
Signed-off-by: Varshini Rajendran <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Tudor Ambarus <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml index 0b7383b3106b..7dc0748444fd 100644 --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml @@ -12,7 +12,11 @@ maintainers: properties: compatible: - const: atmel,at91sam9g46-aes + oneOf: + - const: atmel,at91sam9g46-aes + - items: + - const: microchip,sam9x7-aes + - const: atmel,at91sam9g46-aes reg: maxItems: 1 |