[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176585921916.796400.11631028194091184487.robh@kernel.org>
Date: Mon, 15 Dec 2025 22:26:59 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Pet Weng <pet.weng@....com.tw>
Cc: dri-devel@...ts.freedesktop.org, Jonas Karlman <jonas@...boo.se>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, David Airlie <airlied@...il.com>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Conor Dooley <conor+dt@...nel.org>, Kenneth Hung <kenneth.Hung@....com.tw>,
Pin-yen Lin <treapking@...gle.com>, Robert Foss <rfoss@...nel.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Jernej Skrabec <jernej.skrabec@...il.com>, devicetree@...r.kernel.org,
Andrzej Hajda <andrzej.hajda@...el.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Thomas Zimmermann <tzimmermann@...e.de>, Hermes Wu <hermes.Wu@....com.tw>,
Simona Vetter <simona@...ll.ch>, linux-kernel@...r.kernel.org,
Maxime Ripard <mripard@...nel.org>
Subject: Re: [PATCH v4 1/3] dt-binding: display: Add ITE IT61620 MIPI DSI
to HDMI bridge
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@....com.tw>
> ---
> .../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@ite.com.tw
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