[PATCH v4 1/3] dt-bindings: mailbox: add google,gs101-mbox bindings
Rob Herring (Arm)
robh at kernel.org
Thu Dec 12 09:28:56 PST 2024
On Thu, 12 Dec 2024 15:43:45 +0000, Tudor Ambarus wrote:
> Add bindings for the Samsung Exynos Mailbox Controller.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus at linaro.org>
> ---
> .../bindings/mailbox/google,gs101-mbox.yaml | 79 ++++++++++++++++++++++
> include/dt-bindings/mailbox/google,gs101.h | 14 ++++
> 2 files changed, 93 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/mailbox/google,gs101-mbox.example.dtb: /example-0/soc/mailbox at 17610000: failed to match any schema with compatible: ['google,gs101-acpm-mbox']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241212-acpm-v4-upstream-mbox-v4-1-02f8de92cfaf@linaro.org
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
More information about the linux-arm-kernel
mailing list