[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175877514894.3628735.640919946657107925.robh@kernel.org>
Date: Wed, 24 Sep 2025 23:39:09 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: Marek BehĂșn <kabel@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-clk@...r.kernel.org,
netdev@...r.kernel.org, Gregory CLEMENT <gregory.clement@...tlin.com>,
linux-gpio@...r.kernel.org, Michael Turquette <mturquette@...libre.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Miquel Raynal <miquel.raynal@...tlin.com>, Stephen Boyd <sboyd@...nel.org>,
Richard Cochran <richardcochran@...il.com>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH] dt-bindings: pinctrl: Convert
marvell,armada-3710-(sb|nb)-pinctrl to DT schema
On Wed, 24 Sep 2025 17:35:24 -0500, Rob Herring (Arm) wrote:
> Convert the marvell,armada3710-(sb|nb)-pinctrl binding to DT schema
> format. The binding includes the "marvell,armada-3700-xtal-clock"
> subnode which is simple enough to include here.
>
> Signed-off-by: Rob Herring (Arm) <robh@...nel.org>
> ---
> .../bindings/clock/armada3700-xtal-clock.txt | 29 ---
> .../marvell,armada-3710-xb-pinctrl.yaml | 122 +++++++++++
> .../pinctrl/marvell,armada-37xx-pinctrl.txt | 195 ------------------
> 3 files changed, 122 insertions(+), 224 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/clock/armada3700-xtal-clock.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/marvell,armada-3710-xb-pinctrl.yaml
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/marvell,armada-37xx-pinctrl.txt
>
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/marvell,armada-3710-xb-pinctrl.example.dtb: pinctrl@...00 (marvell,armada3710-sb-pinctrl): gpio: '#interrupt-cells' is a required property
from schema $id: http://devicetree.org/schemas/pinctrl/marvell,armada-3710-xb-pinctrl.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-3710-xb-pinctrl.example.dtb: pinctrl@...00 (marvell,armada3710-sb-pinctrl): gpio: 'interrupt-controller' is a required property
from schema $id: http://devicetree.org/schemas/pinctrl/marvell,armada-3710-xb-pinctrl.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-3710-xb-pinctrl.example.dtb: pinctrl@...00 (marvell,armada3710-sb-pinctrl): reg: [[100352, 256], [101376, 32]] is too long
from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250924223528.2956771-1-robh@kernel.org
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