[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1616530607.423782.1244768.nullmailer@robh.at.kernel.org>
Date: Tue, 23 Mar 2021 14:16:47 -0600
From: Rob Herring <robh@...nel.org>
To: Roger Lu <roger.lu@...iatek.com>
Cc: HenryC Chen <HenryC.Chen@...iatek.com>,
Fan Chen <fan.chen@...iatek.com>,
Philipp Zabel <p.zabel@...gutronix.de>,
Stephen Boyd <sboyd@...nel.org>, YT Lee <yt.lee@...iatek.com>,
Kevin Hilman <khilman@...nel.org>,
Nicolas Boichat <drinkcat@...gle.com>,
linux-mediatek@...ts.infradead.org,
Project_Global_Chrome_Upstream_Group@...iatek.com,
linux-arm-kernel@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>, Nishanth Menon <nm@...com>,
Charles Yang <Charles.Yang@...iatek.com>,
linux-kernel@...r.kernel.org,
Enric Balletbo Serra <eballetbo@...il.com>,
Mark Rutland <mark.rutland@....com>,
devicetree@...r.kernel.org,
Matthias Brugger <matthias.bgg@...il.com>,
Angus Lin <Angus.Lin@...iatek.com>, linux-pm@...r.kernel.org,
Xiaoqing Liu <Xiaoqing.Liu@...iatek.com>
Subject: Re: [PATCH v13 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings
On Tue, 23 Mar 2021 21:56:51 +0800, Roger Lu wrote:
> Document the binding for enabling mtk svs on MediaTek SoC.
>
> Signed-off-by: Roger Lu <roger.lu@...iatek.com>
> ---
> .../bindings/soc/mediatek/mtk-svs.yaml | 81 +++++++++++++++++++
> 1 file changed, 81 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml: properties:nvmem-cells:maxItems: False schema does not allow 2
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml: ignoring, error in schema: properties: nvmem-cells: maxItems
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
See https://patchwork.ozlabs.org/patch/1457219
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