Skip to content

Commit 7bb9f42

Browse files
varshini-rajendranherbertx
authored andcommitted
dt-bindings: crypto: add sam9x7 in Atmel AES
Add DT bindings for atmel AES. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 2beb81f commit 7bb9f42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ maintainers:
1212

1313
properties:
1414
compatible:
15-
const: atmel,at91sam9g46-aes
15+
oneOf:
16+
- const: atmel,at91sam9g46-aes
17+
- items:
18+
- const: microchip,sam9x7-aes
19+
- const: atmel,at91sam9g46-aes
1620

1721
reg:
1822
maxItems: 1

0 commit comments

Comments
 (0)