[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175581575858.1136316.14856911628324128636.robh@kernel.org>
Date: Thu, 21 Aug 2025 17:39:51 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Sven Peter <sven@...nel.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Neal Gompa <neal@...pa.dev>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Thinh Nguyen <Thinh.Nguyen@...opsys.com>, linux-usb@...r.kernel.org,
Felipe Balbi <balbi@...nel.org>, Philipp Zabel <p.zabel@...gutronix.de>,
asahi@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org,
Janne Grunau <j@...nau.net>, devicetree@...r.kernel.org,
Vinod Koul <vkoul@...nel.org>, Alyssa Rosenzweig <alyssa@...enzweig.io>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-phy@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH RFC 02/22] dt-bindings: usb: Add Apple dwc3
On Thu, 21 Aug 2025 15:38:54 +0000, Sven Peter wrote:
> Apple Silicon uses Synopsys DesignWare dwc3 based USB controllers for
> their Type-C ports.
>
> Signed-off-by: Sven Peter <sven@...nel.org>
> ---
> .../devicetree/bindings/usb/apple,dwc3.yaml | 82 ++++++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 83 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/usb/apple,dwc3.yaml:33:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/usb/apple,dwc3.yaml:40:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/apple,dwc3.example.dtb: usb@...80000 (apple,t8103-dwc3): 'resets' is a required property
from schema $id: http://devicetree.org/schemas/usb/apple,dwc3.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/apple,dwc3.example.dtb: usb@...80000 (apple,t8103-dwc3): 'power-domains' is a required property
from schema $id: http://devicetree.org/schemas/usb/apple,dwc3.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250821-atcphy-6-17-v1-2-172beda182b8@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