mbox series

[v3,0/2] ARM: dts: sun8i: v3s: Enable crypto engine

Message ID 20200907162458.23730-1-m.cerveny@computer.org (mailing list archive)
Headers show
Series ARM: dts: sun8i: v3s: Enable crypto engine | expand

Message

Martin Cerveny Sept. 7, 2020, 4:24 p.m. UTC
Add support for crypto engine (sun4i-ss) for Allwinner V3s.
Functionality like A33 so add only compatible and enable
in device tree.

Regards.

Changes since v2:
- reduced to device tree only with A33 compatibility

Changes since v1:
- splitting to patch series

martin Cerveny (2):
  dt-bindings: crypto: Add compatible for V3s
  ARM: dts: sun8i: v3s: Enable crypto engine

 .../bindings/crypto/allwinner,sun4i-a10-crypto.yaml   |  3 +++
 arch/arm/boot/dts/sun8i-v3s.dtsi                      | 11 +++++++++++
 2 files changed, 14 insertions(+)

Comments

Maxime Ripard Sept. 8, 2020, 6:20 a.m. UTC | #1
On Mon, Sep 07, 2020 at 06:24:56PM +0200, Martin Cerveny wrote:
> Add support for crypto engine (sun4i-ss) for Allwinner V3s.
> Functionality like A33 so add only compatible and enable
> in device tree.
> 
> Regards.

Applied, thanks
Maxime