[PATCH v2 5/9] dt-bindings: irqchip: Convert ti, sci-intr bindings to yaml
Rob Herring
robh at kernel.org
Tue Jul 21 11:49:34 EDT 2020
On Tue, 21 Jul 2020 11:40:03 +0530, Lokesh Vutla wrote:
> In order to automate the verification of DT nodes convert
> ti,sci-intr.txt ti,sci-intr.yaml.
>
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
> ---
> .../interrupt-controller/ti,sci-intr.txt | 83 -------------
> .../interrupt-controller/ti,sci-intr.yaml | 113 ++++++++++++++++++
> MAINTAINERS | 2 +-
> 3 files changed, 114 insertions(+), 84 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.txt
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.example.dt.yaml: interrupt-controller0: $nodename:0: 'interrupt-controller0' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
See https://patchwork.ozlabs.org/patch/1332809
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.
More information about the linux-arm-kernel
mailing list