[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172116994973.743769.12500781470975159877.robh@kernel.org>
Date: Tue, 16 Jul 2024 16:45:49 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Josua Mayer <josua@...id-run.com>
Cc: linux-arm-kernel@...ts.infradead.org,
Kishon Vijay Abraham I <kishon@...nel.org>,
Yazan Shhady <yazan.shhady@...id-run.com>, linux-kernel@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Vinod Koul <vkoul@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
linux-phy@...ts.infradead.org, Andrew Lunn <andrew@...n.ch>,
devicetree@...r.kernel.org, Gregory Clement <gregory.clement@...tlin.com>
Subject: Re: [PATCH RFC v2 1/4] dt-bindings: phy: cp110-utmi-phy: add
compatible string for armada-38x
On Tue, 16 Jul 2024 22:52:37 +0200, Josua Mayer wrote:
> Armada 38x USB-2.0 PHYs are similar to Armada 8K (CP110) and can be
> supported by the same driver with small differences.
>
> Add new compatible string for armada-38x variant of utmi phy.
>
> Signed-off-by: Josua Mayer <josua@...id-run.com>
> ---
> .../bindings/phy/marvell,armada-cp110-utmi-phy.yaml | 15 +++++++++++++--
> 1 file changed, 13 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/phy/marvell,armada-cp110-utmi-phy.example.dtb: utmi@...000: reg: [[5767168, 8192]] is too short
from schema $id: http://devicetree.org/schemas/phy/marvell,armada-cp110-utmi-phy.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240716-a38x-utmi-phy-v2-1-dae3a9c6ca3e@solid-run.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