Skip to content

Commit 996f8a9

Browse files
Andre-ARMherbertx
authored andcommitted
dt-bindings: crypto: sun8i-ce: Add compatible for H616
The Allwinner H616 has a crypto engine very similar to the one in the H6, although all addresses in the DMA descriptors are shifted by 2 bits, to accommodate for the larger physical address space. That makes it incompatible to the H6 variant, and thus requires a new compatible string. Clock wise it relies on the internal oscillator for the TRNG, so needs all four possible clocks specified. Add the compatible string to the list of recognised names, and add the H616 to list of devices requiring all four clocks. Signed-off-by: Andre Przywara <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Acked-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 95c0f5c commit 996f8a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
- allwinner,sun50i-a64-crypto
1919
- allwinner,sun50i-h5-crypto
2020
- allwinner,sun50i-h6-crypto
21+
- allwinner,sun50i-h616-crypto
2122

2223
reg:
2324
maxItems: 1
@@ -49,6 +50,7 @@ if:
4950
compatible:
5051
enum:
5152
- allwinner,sun20i-d1-crypto
53+
- allwinner,sun50i-h616-crypto
5254
then:
5355
properties:
5456
clocks:

0 commit comments

Comments
 (0)