On Mon, 15 Feb 2021 20:34:14 +0800, peng.fan@xxxxxxxxxxx wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > Convert the imx rproc binding to DT schema format using json-schema. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > .../bindings/remoteproc/fsl,imx-rproc.yaml | 60 +++++++++++++++++++ > .../bindings/remoteproc/imx-rproc.txt | 33 ---------- > 2 files changed, 60 insertions(+), 33 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml > delete mode 100644 Documentation/devicetree/bindings/remoteproc/imx-rproc.txt > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.example.dt.yaml: imx7d-cm4: memory-region: [[1], [2]] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml See https://patchwork.ozlabs.org/patch/1440522 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.