mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d9b553b02e
commit
f81547ba7a
|
@ -23,6 +23,8 @@ properties:
|
||||||
- items:
|
- items:
|
||||||
- const: allwinner,sun7i-a20-crypto
|
- const: allwinner,sun7i-a20-crypto
|
||||||
- const: allwinner,sun4i-a10-crypto
|
- const: allwinner,sun4i-a10-crypto
|
||||||
|
- items:
|
||||||
|
- const: allwinner,sun8i-a33-crypto
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
Loading…
Reference in New Issue