Re: [PATCH] dt-bindings: mailbox: Convert mtk-gce to DT schema

From: Rob Herring
Date: Thu Sep 15 2022 - 21:28:43 EST


On Thu, 15 Sep 2022 12:17:16 +0200, AngeloGioacchino Del Regno wrote:
> Convert the mtk-gce mailbox binding to DT schema format.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
> ---
> .../mailbox/mediatek,gce-mailbox.yaml | 104 ++++++++++++++++++
> .../devicetree/bindings/mailbox/mtk-gce.txt | 82 --------------
> 2 files changed, 104 insertions(+), 82 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml
> delete mode 100644 Documentation/devicetree/bindings/mailbox/mtk-gce.txt
>

My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):

yamllint warnings/errors:

dtschema/dtc warnings/errors:


doc reference errors (make refcheckdocs):
Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml: Documentation/devicetree/bindings/mailbox/mtk-gce.txt

See https://patchwork.ozlabs.org/patch/

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.