dt-bindings: crypto: add new compatible for A33 SS
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 20 Nov 2019 15:28:31 +0000 (16:28 +0100)
committerChen-Yu Tsai <wens@csie.org>
Wed, 11 Mar 2020 15:11:59 +0000 (23:11 +0800)
The A33 SS has a difference with all other SS, it give SHA1 digest
directly in BE.
This difference need to be handlded by the driver and so need a new
compatible.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml

index 33c7842..8b9a8f3 100644 (file)
@@ -23,6 +23,8 @@ properties:
       - items:
         - const: allwinner,sun7i-a20-crypto
         - const: allwinner,sun4i-a10-crypto
+      - items:
+        - const: allwinner,sun8i-a33-crypto
 
   reg:
     maxItems: 1