On Thu, 14 May 2020 15:50:05 +0300, Tero Kristo wrote: > From: Keerthy <j-keer...@ti.com> > > The Security Accelerator Ultra Lite (SA2UL) subsystem provides hardware > cryptographic acceleration for the following use cases: > > * Encryption and authentication for secure boot > * Encryption and authentication of content in applications > requiring DRM (digital rights management) and > content/asset protection > > SA2UL provides support for number of different cryptographic algorithms > including SHA1, SHA256, SHA512, AES, 3DES, and various combinations of > the previous for AEAD use. > > Cc: Rob Herring <r...@kernel.org> > Cc: devicet...@vger.kernel.org > Signed-off-by: Keerthy <j-keer...@ti.com> > [t-kri...@ti.com: converted documentation to yaml] > Signed-off-by: Tero Kristo <t-kri...@ti.com> > --- > v3: > - fixed a typo in rng child node regex > > .../devicetree/bindings/crypto/ti,sa2ul.yaml | 76 +++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml >
Reviewed-by: Rob Herring <r...@kernel.org>