On Mon, Jul 13, 2020 at 2:35 AM Tero Kristo <t-kristo@xxxxxx> wrote: > > From: Keerthy <j-keerthy@xxxxxx> > > 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. > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Keerthy <j-keerthy@xxxxxx> > [t-kristo@xxxxxx: converted documentation to yaml] > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > --- > .../devicetree/bindings/crypto/ti,sa2ul.yaml | 76 +++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml You left off the DT list so no checks ran: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/crypto/ti,sa2ul.example.dt.yaml: example-0: crypto@4e00000:reg:0: [0, 81788928, 0, 4608] is too long The default cell sizes are 1. Please fix. Rob