[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <166963790250.472824.6710482280926376664.robh@kernel.org>
Date: Mon, 28 Nov 2022 06:20:47 -0600
From: Rob Herring <robh@...nel.org>
To: Xiangsheng Hou <xiangsheng.hou@...iatek.com>
Cc: linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org,
bin.zhang@...iatek.com, linux-arm-kernel@...ts.infradead.org,
linux-spi@...r.kernel.org, Mark Brown <broonie@...nel.org>,
devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Vignesh Raghavendra <vigneshr@...com>,
Matthias Brugger <matthias.bgg@...il.com>,
Chuanhong Guo <gch981213@...il.com>,
benliang.zhao@...iatek.com, Richard Weinberger <richard@....at>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Miquel Raynal <miquel.raynal@...tlin.com>,
linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH 7/9] dt-bindings: spi: mtk-snfi: add two timing delay property
On Mon, 28 Nov 2022 10:06:11 +0800, Xiangsheng Hou wrote:
> add rx-sample-delay and rx-latch-latency property.
>
> Signed-off-by: Xiangsheng Hou <xiangsheng.hou@...iatek.com>
> ---
> .../bindings/spi/mediatek,spi-mtk-snfi.yaml | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
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:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-snfi.yaml: properties:rx-sample-delay:minItems: 0 is less than the minimum of 1
from schema $id: http://devicetree.org/meta-schemas/keywords.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-snfi.yaml: properties:rx-sample-delay:maxItems: False schema does not allow 47
hint: Scalar properties should not have array keywords
from schema $id: http://devicetree.org/meta-schemas/keywords.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-snfi.yaml: properties:rx-sample-delay:minItems: False schema does not allow 0
hint: Scalar properties should not have array keywords
from schema $id: http://devicetree.org/meta-schemas/keywords.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221128020613.14821-8-xiangsheng.hou@mediatek.com
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 after running the above command.
Powered by blists - more mailing lists