Re: [PATCH v4 1/3] dt-binding: display: Add ITE IT61620 MIPI DSI to HDMI bridge
From: Rob Herring (Arm)
Date: Mon Dec 15 2025 - 23:27:02 EST
On Tue, 16 Dec 2025 10:51:49 +0800, Pet Weng wrote:
> This chip receives MIPI DSI input and outputs HDMI, and is commonly
> connected to SoCs via I2C and DSI.
>
> Signed-off-by: Pet Weng <pet.weng@xxxxxxxxxx>
> ---
> .../bindings/display/bridge/ite,it61620.yaml | 140 +++++++++++++++++++++
> 1 file changed, 140 insertions(+)
>
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/display/bridge/ite,it61620.yaml: port@0: Missing additionalProperties/unevaluatedProperties constraint
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/bridge/ite,it61620.yaml: endpoint: Missing additionalProperties/unevaluatedProperties constraint
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20251216-it61620-0714-v4-1-9d2fea7847ae@xxxxxxxxxx
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.