[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172422831551.3074054.5974541673694323697.robh@kernel.org>
Date: Wed, 21 Aug 2024 03:18:35 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Zhao Qunqin <zhaoqunqin@...ngson.cn>
Cc: kernel@...0n.name, krzk+dt@...nel.org, chenhuacai@...nel.org,
linux-edac@...r.kernel.org, bp@...en8.de, conor+dt@...nel.org,
rric@...nel.org, loongarch@...ts.linux.dev, james.morse@....com,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
tony.luck@...el.com, mchehab@...nel.org
Subject: Re: [PATCH v1 2/2] dt-bindings: EDAC for loongson memory
controller
On Wed, 21 Aug 2024 14:47:28 +0800, Zhao Qunqin wrote:
> From: zhaoqunqin <zhaoqunqin@...ngson.cn>
>
> Add: drivers/edac/loongson_edac.c
>
> Signed-off-by: zhaoqunqin <zhaoqunqin@...ngson.cn>
> ---
> .../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@...00600: 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@loongson.cn
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.
Powered by blists - more mailing lists