[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1646623480.209864.1496443.nullmailer@robh.at.kernel.org>
Date: Sun, 06 Mar 2022 21:24:40 -0600
From: Rob Herring <robh@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
Cc: Matthias Brugger <matthias.bgg@...il.com>,
Andy Gross <agross@...nel.org>, Jan Kotas <jank@...ence.com>,
linux-arm-msm@...r.kernel.org, linux-scsi@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>,
Avri Altman <avri.altman@....com>,
Wei Xu <xuwei5@...ilicon.com>, devicetree@...r.kernel.org,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Vignesh Raghavendra <vigneshr@...com>,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
Alim Akhtar <alim.akhtar@...sung.com>,
Li Wei <liwei213@...wei.com>, linux-kernel@...r.kernel.org,
Stanley Chu <stanley.chu@...iatek.com>
Subject: Re: [PATCH v3 03/12] dt-bindings: ufs: cdns,ufshc: convert to dtschema
On Sun, 06 Mar 2022 12:11:16 +0100, Krzysztof Kozlowski wrote:
> Convert the Cadence Universal Flash Storage (UFS) Controlle to DT schema
> format.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
> Reviewed-by: Rob Herring <robh@...nel.org>
> ---
> .../devicetree/bindings/ufs/cdns,ufshc.txt | 32 ---------
> .../devicetree/bindings/ufs/cdns,ufshc.yaml | 68 +++++++++++++++++++
> .../devicetree/bindings/ufs/ti,j721e-ufs.yaml | 7 +-
> 3 files changed, 71 insertions(+), 36 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/ufs/cdns,ufshc.txt
> create mode 100644 Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml
>
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/linux-dt-review/Documentation/devicetree/bindings/ufs/cdns,ufshc.example.dt.yaml: ufs@...30000: freq-table-hz: 'anyOf' conditional failed, one must be fixed:
[[0, 0], [0, 0]] is too long
[0, 0] is too long
From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/property-units.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1601674
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.
Powered by blists - more mailing lists