Re: [PATCH v1 2/2] dt-bindings: EDAC for loongson memory controller
From: Rob Herring (Arm)
Date: Wed Aug 21 2024 - 04:49:12 EST
On Wed, 21 Aug 2024 14:47:28 +0800, Zhao Qunqin wrote:
> From: zhaoqunqin <zhaoqunqin@xxxxxxxxxxx>
>
> Add: drivers/edac/loongson_edac.c
>
> Signed-off-by: zhaoqunqin <zhaoqunqin@xxxxxxxxxxx>
> ---
> .../bindings/edac/loongson,ls-mc-edac.yaml | 35 +++++++++++++++++++
> MAINTAINERS | 7 ++++
> 2 files changed, 42 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/edac/loongson,ls-mc-edac.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/edac/loongson,ls-mc-edac.example.dtb: mc0@1fe00600: reg: [[0, 534775296], [0, 80]] is too long
from schema $id: http://devicetree.org/schemas/edac/loongson,ls-mc-edac.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240821064728.8642-3-zhaoqunqin@xxxxxxxxxxx
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.