[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175920697975.1402374.5817792319376446761.robh@kernel.org>
Date: Mon, 29 Sep 2025 23:36:19 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Jameson Thies <jthies@...gle.com>
Cc: devicetree@...r.kernel.org, bleung@...omium.org,
heikki.krogerus@...ux.intel.com, ukaszb@...omium.org,
linux-usb@...r.kernel.org, akuchynski@...omium.org, tzungbi@...nel.org,
krzk+dt@...nel.org, linux-kernel@...r.kernel.org,
abhishekpandit@...omium.org, chrome-platform@...ts.linux.dev
Subject: Re: [PATCH v1 1/3] dt-bindings: chrome: Add Cros EC UCSI driver
On Tue, 30 Sep 2025 01:23:46 +0000, Jameson Thies wrote:
> Chrome OS devices with PDCs allow the host to read port status and
> control port behavior with UCSI commands sent to the embedded controller
> (EC). Add documentation for cros-ec-ucsi node which loads the Chrome OS
> UCSI driver.
>
> Signed-off-by: Jameson Thies <jthies@...gle.com>
> ---
> .../bindings/chrome/google,cros-ec-ucsi.yaml | 71 +++++++++++++++++++
> 1 file changed, 71 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/chrome/google,cros-ec-ucsi.yaml
>
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/chrome/google,cros-ec-ucsi.example.dtb: ec@0 (google,cros-ec-spi): typec:compatible:0: 'google,cros-ec-typec' was expected
from schema $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250930012352.413066-2-jthies@google.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