diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2019-11-20 16:28:31 +0100 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2020-03-11 23:11:59 +0800 |
commit | f81547ba7a98d24fe566d102b4edefe30e0c4f2d (patch) | |
tree | 61577eb4c00b0c06a09ad36e48ad0bd42760b45b /Documentation | |
parent | d9b553b02e691185f8145637c46f9564395936e2 (diff) | |
download | linux-f81547ba7a98d24fe566d102b4edefe30e0c4f2d.tar.bz2 |
dt-bindings: crypto: add new compatible for A33 SS
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml b/Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml index 33c7842917f6..8b9a8f337f16 100644 --- a/Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml +++ b/Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml @@ -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 |