On Thu, 11 Jul 2019 14:23:01 +0200, Maxime Ripard wrote: > The older Allwinner SoCs have a crypto engine that is supported in Linux, > with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > --- > .../crypto/allwinner,sun4i-a10-crypto.yaml | 79 +++++++++++++++++++ > .../devicetree/bindings/crypto/sun4i-ss.txt | 23 ------ > 2 files changed, 79 insertions(+), 23 deletions(-) > create mode 100644 Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml > delete mode 100644 Documentation/devicetree/bindings/crypto/sun4i-ss.txt > Applied, thanks. Rob