On Mon, 08 Feb 2021 19:51:04 +0800, Orson Zhai wrote: > From: Orson Zhai <orson.zhai@xxxxxxxxxx> > > We add an optional supp-outbox interrupt support to driver and change to > describe interrupts with names for easy configuration in device tree files. > > Signed-off-by: Orson Zhai <orson.zhai@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > 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/mailbox/sprd-mailbox.yaml: properties:interrupt-names:items: {'enum': ['inbox', 'outbox', 'supp-outbox']} is not of type 'array' /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: ignoring, error in schema: properties: interrupt-names: items warning: no schema found in file: ./Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml See https://patchwork.ozlabs.org/patch/1437629 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.