[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <172107979988.1595945.9666141982402158422.robh@kernel.org>
Date: Mon, 15 Jul 2024 15:43:19 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Aradhya Bhatia <a-bhatia1@...com>
Cc: Devicetree List <devicetree@...r.kernel.org>,
Francesco Dolcini <francesco@...cini.it>, Jai Luthra <j-luthra@...com>,
David Airlie <airlied@...il.com>,
Linux Kernel List <linux-kernel@...r.kernel.org>,
Jayesh Choudhary <j-choudhary@...com>, Conor Dooley <conor+dt@...nel.org>,
Udit Kumar <u-kumar1@...com>, Randolph Sapp <rs@...com>,
Vignesh Raghavendra <vigneshr@...com>, Jyri Sarha <jyri.sarha@....fi>,
Nishanth Menon <nm@...com>, Devarsh Thakkar <devarsht@...com>,
Praneeth Bajjuri <praneeth@...com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Tomi Valkeinen <tomi.valkeinen@...asonboard.com>,
Daniel Vetter <daniel@...ll.ch>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
DRI Development List <dri-devel@...ts.freedesktop.org>,
Alexander Sverdlin <alexander.sverdlin@...mens.com>,
Thomas Zimmermann <tzimmermann@...e.de>
Subject: Re: [PATCH v2 3/4] dt-bindings: display: ti,am65x-dss: Add OLDI
properties for AM625 DSS
On Tue, 16 Jul 2024 01:39:52 +0530, Aradhya Bhatia wrote:
> The DSS in AM625 SoC has 2 OLDI TXes. Refer the OLDI schema to add the
> support for the OLDI TXes.
>
> The AM625 DSS VP1 (port@0) can connect and control 2 OLDI TXes, to use
> them in dual-link or cloned single-link OLDI modes. Add support for an
> additional endpoint under the port@0 to accurately depict the data flow
> path.
>
> Signed-off-by: Aradhya Bhatia <a-bhatia1@...com>
> ---
> .../bindings/display/ti/ti,am65x-dss.yaml | 134 ++++++++++++++++++
> 1 file changed, 134 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/ti/ti,am65x-dss.yaml: oldi-txes: Missing additionalProperties/unevaluatedProperties constraint
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240715200953.1213284-4-a-bhatia1@ti.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