On Wed, 15 Jul 2020 13:07:27 +0200, Mateusz Holenko wrote: > From: Pawel Czarnecki <pczarnecki@xxxxxxxxxxxxxxxxxxxxxxxx> > > Add documentation for LiteX SoC Controller bindings. > > Signed-off-by: Pawel Czarnecki <pczarnecki@xxxxxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Mateusz Holenko <mholenko@xxxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > --- > > Notes: > No changes in v8. > > No changes in v7. > > Changes in v6: > - fixed license header > > Changes in v5: > - added reviewed-by tag > > Changes in v4: > - changes compatible to "litex,soc-controller" > - fixed yaml's header > - removed unnecessary sections from yaml > - fixed indentation in yaml > > This commit has been introduced in v3 of the patchset. > > .../soc/litex/litex,soc-controller.yaml | 39 +++++++++++++++++++ > MAINTAINERS | 6 +++ > 2 files changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.example.dt.yaml: example-0: soc-controller@f0000000:reg:0: [0, 4026531840, 0, 12] is too long See https://patchwork.ozlabs.org/patch/1329382 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.