mbox series

[v2,0/3] crypto: sun4i-ss: add support for V3s

Message ID 20200831073101.3608-1-m.cerveny@computer.org (mailing list archive)
Headers show
Series crypto: sun4i-ss: add support for V3s | expand

Message

Martin Cerveny Aug. 31, 2020, 7:30 a.m. UTC
Add support for "sun4i-ss" (crypto engine) for Allwinner V3s.
Simmilar problem like A33.

Changes since v1:
- splited to patch series

Martin Cerveny (3):
  dt-bindings: crypto: add new compatible for V3s
  ARM: dts: sun8i: v3s: Enable crypto engine
  crypto: sun4i-ss - add the V3s variant of SS

 .../bindings/crypto/allwinner,sun4i-a10-crypto.yaml    |  5 ++++-
 arch/arm/boot/dts/sun8i-v3s.dtsi                       | 10 ++++++++++
 drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c      |  7 +++++++
 3 files changed, 21 insertions(+), 1 deletion(-)