[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175335597003.1587784.8284498888882102911.robh@kernel.org>
Date: Thu, 24 Jul 2025 06:19:32 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: mripard@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linus.walleij@...aro.org, krzk+dt@...nel.org,
daniel.lezcano@...aro.org, houlong.wei@...iatek.com, atenart@...nel.org,
airlied@...il.com, dri-devel@...ts.freedesktop.org, conor+dt@...nel.org,
tinghan.shen@...iatek.com, broonie@...nel.org, sean.wang@...nel.org,
shane.chien@...iatek.com, sam.shih@...iatek.com,
linux-media@...r.kernel.org, mchehab@...nel.org,
linux-mediatek@...ts.infradead.org, andersson@...nel.org,
linux-crypto@...r.kernel.org, kyrie.wu@...iatek.corp-partner.google.com,
eugen.hristev@...aro.org, kishon@...nel.org, mathieu.poirier@...aro.org,
herbert@...dor.apana.org.au, ck.hu@...iatek.com,
linux-sound@...r.kernel.org, p.zabel@...gutronix.de,
chunkuang.hu@...nel.org, maarten.lankhorst@...ux.intel.com, arnd@...db.de,
fparent@...libre.com, linux-phy@...ts.infradead.org, tzimmermann@...e.de,
davem@...emloft.net, jassisinghbrar@...il.com, lgirdwood@...il.com,
granquet@...libre.com, andy.teng@...iatek.com, vkoul@...nel.org,
tglx@...utronix.de, jitao.shi@...iatek.com, frank-w@...lic-files.de,
linux-gpio@...r.kernel.org, chunfeng.yun@...iatek.com, mwalle@...nel.org,
olivia.wen@...iatek.com, jieyy.yang@...iatek.com,
linux-remoteproc@...r.kernel.org, matthias.bgg@...il.com, simona@...ll.ch,
jiaxin.yu@...iatek.com, devicetree@...r.kernel.org
Subject: Re: [PATCH 09/38] dt-bindings: pinctrl: mt6779: Allow common
MediaTek pinctrl node names
On Thu, 24 Jul 2025 10:38:45 +0200, AngeloGioacchino Del Regno wrote:
> Allow node names like "uart0-pins" for the main nodes and "pins-bus"
> for the children to make this binding consistent with the majority
> of the other MediaTek pinctrl bindings.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
> ---
> .../devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.example.dtb: pinctrl@...05000 (mediatek,mt6779-pinctrl): mmc0-0: 'clk-pins', 'cmd-dat-pins', 'rst-pins' do not match any of the regexes: '^pinctrl-[0-9]+$', '^pins'
from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt6779-pinctrl.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250724083914.61351-10-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.
Powered by blists - more mailing lists