[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172502096265.3785833.16915280284565594254.robh@kernel.org>
Date: Fri, 30 Aug 2024 07:29:24 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Macpaul Lin <macpaul.lin@...iatek.com>
Cc: linux-arm-kernel@...ts.infradead.org, Sen Chu <sen.chu@...iatek.com>,
Chen-Yu Tsai <wenst@...omium.org>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Macpaul Lin <macpaul@...il.com>, devicetree@...r.kernel.org,
linux-mediatek@...ts.infradead.org, Pavel Machek <pavel@....cz>,
Liam Girdwood <lgirdwood@...il.com>, Sean Wang <sean.wang@...iatek.com>,
MediaTek Chromebook Upstream <Project_Global_Chrome_Upstream_Group@...iatek.com>,
Bear Wang <bear.wang@...iatek.com>, Mark Brown <broonie@...nel.org>,
linux-sound@...r.kernel.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Chris-qj chen <chris-qj.chen@...iatek.com>,
Alexandre Mergnat <amergnat@...libre.com>, linux-pm@...r.kernel.org,
Sebastian Reichel <sre@...nel.org>, linux-kernel@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>, Flora Fu <flora.fu@...iatek.com>,
Matthias Brugger <matthias.bgg@...il.com>,
Pablo Sun <pablo.sun@...iatek.com>, linux-leds@...r.kernel.org,
Lee Jones <lee@...nel.org>, linux-rtc@...r.kernel.org
Subject: Re: [PATCH v2 1/7] regulator: dt-bindings: mt6323: Convert to DT
schema
On Fri, 30 Aug 2024 19:07:26 +0800, Macpaul Lin wrote:
> Convert this from the old style text based binding to the new DT schema
> style.
>
> The examples have been trimmed down and move to parent schema
> mfd/mediatek,mt6397.yaml.
>
> Add new maintainers and submitter from MediaTek.
>
> Signed-off-by: Sen Chu <sen.chu@...iatek.com>
> Signed-off-by: Macpaul Lin <macpaul.lin@...iatek.com>
> ---
> .../regulator/mediatek,mt6323-regulator.yaml | 84 +++++++
> .../bindings/regulator/mt6323-regulator.txt | 237 ------------------
> 2 files changed, 84 insertions(+), 237 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6323-regulator.yaml
> delete mode 100644 Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
>
> Changes for v1 and v2:
> - This is the first version of converting mt6323-regulator.
> This is because converting mt6323-regulator together
> with mfd/mediatek,mt6397.yaml, so we've create a patch set
> instead of single patch for each skydives.
> - This patch has been made base on linux-next/master git repo.
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
Warning: Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml references a file that doesn't exist: Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml: Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240830110732.30080-1-macpaul.lin@mediatek.com
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