From: "Rob Herring (Arm)" <robh@kernel.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: laura.nao@collabora.com, matthias.bgg@gmail.com,
quic_hyiwei@quicinc.com, devicetree@vger.kernel.org,
kabel@kernel.org, kernel@collabora.com, arnd@arndb.de,
ulf.hansson@linaro.org, linux-kernel@vger.kernel.org,
conor+dt@kernel.org, khilman@baylibre.com,
pjp@fedoraproject.org, u.kleine-koenig@baylibre.com,
linux-mediatek@lists.infradead.org, nm@ti.com,
tudor.ambarus@linaro.org, m.wilczynski@samsung.com,
drew@pdp7.com, krzk@kernel.org,
linux-arm-kernel@lists.infradead.org,
gregkh@linuxfoundation.org
Subject: Re: [RFC PATCH 2/3] dt-bindings: firmware: Document the MediaTek Hardware Voter (HWV)
Date: Tue, 01 Jul 2025 11:32:56 -0500 [thread overview]
Message-ID: <175138757651.1874576.12579481478499163218.robh@kernel.org> (raw)
In-Reply-To: <20250701151149.136365-3-angelogioacchino.delregno@collabora.com>
On Tue, 01 Jul 2025 17:11:48 +0200, AngeloGioacchino Del Regno wrote:
> Add documentation for the new MediaTek Hardware Voter, found in
> MediaTek SoCs like the MT8196 Kompanio Ultra for Chromebooks and
> the MT6991 Dimensity 9400 for Smartphones.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> .../mediatek,mt6991-hardware-voter.yaml | 70 +++++++++++++++++++
> 1 file changed, 70 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/firmware/mediatek,mt6991-hardware-voter.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/firmware/mediatek,mt6991-hardware-voter.yaml:44:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/firmware/mediatek,mt6991-hardware-voter.example.dts:39.35-43.11: Warning (unit_address_vs_reg): /example-0/clock-controller@16640000: node has a unit name, but no reg or ranges property
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/firmware/mediatek,mt6991-hardware-voter.example.dtb: system-controller@14500000 (mediatek,mt6991-hardware-voter): power-controller:compatible:0: 'mediatek,mt8196-hwv-scp-power-controller' is not one of ['mediatek,mt6735-power-controller', 'mediatek,mt6795-power-controller', 'mediatek,mt6893-power-controller', 'mediatek,mt8167-power-controller', 'mediatek,mt8173-power-controller', 'mediatek,mt8183-power-controller', 'mediatek,mt8186-power-controller', 'mediatek,mt8188-power-controller', 'mediatek,mt8192-power-controller', 'mediatek,mt8195-power-controller', 'mediatek,mt8365-power-controller']
from schema $id: http://devicetree.org/schemas/firmware/mediatek,mt6991-hardware-voter.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/firmware/mediatek,mt6991-hardware-voter.example.dtb: system-controller@14500000 (mediatek,mt6991-hardware-voter): reg: [[0, 340787200], [0, 12288]] is too long
from schema $id: http://devicetree.org/schemas/firmware/mediatek,mt6991-hardware-voter.yaml#
Documentation/devicetree/bindings/firmware/mediatek,mt6991-hardware-voter.example.dtb: /example-0/system-controller@14500000/power-controller: failed to match any schema with compatible: ['mediatek,mt8196-hwv-scp-power-controller']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250701151149.136365-3-angelogioacchino.delregno@collabora.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.
next prev parent reply other threads:[~2025-07-01 16:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 15:11 [RFC PATCH 0/3] MediaTek Hardware Voter driver AngeloGioacchino Del Regno
2025-07-01 15:11 ` [RFC PATCH 1/3] firmware: Move MediaTek ADSP IPC driver to mediatek folder AngeloGioacchino Del Regno
2025-07-01 15:11 ` [RFC PATCH 2/3] dt-bindings: firmware: Document the MediaTek Hardware Voter (HWV) AngeloGioacchino Del Regno
2025-07-01 16:32 ` Rob Herring (Arm) [this message]
2025-07-02 6:50 ` Krzysztof Kozlowski
2025-07-03 8:56 ` AngeloGioacchino Del Regno
2025-07-07 10:40 ` AngeloGioacchino Del Regno
2025-07-10 14:19 ` Laura Nao
2025-07-15 4:33 ` Chen-Yu Tsai
2025-07-15 7:19 ` AngeloGioacchino Del Regno
2025-07-01 15:11 ` [RFC PATCH 3/3] firmware: mediatek: Add MediaTek Hardware Voter MCU driver AngeloGioacchino Del Regno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175138757651.1874576.12579481478499163218.robh@kernel.org \
--to=robh@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=drew@pdp7.com \
--cc=gregkh@linuxfoundation.org \
--cc=kabel@kernel.org \
--cc=kernel@collabora.com \
--cc=khilman@baylibre.com \
--cc=krzk@kernel.org \
--cc=laura.nao@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=m.wilczynski@samsung.com \
--cc=matthias.bgg@gmail.com \
--cc=nm@ti.com \
--cc=pjp@fedoraproject.org \
--cc=quic_hyiwei@quicinc.com \
--cc=tudor.ambarus@linaro.org \
--cc=u.kleine-koenig@baylibre.com \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®