[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174854325819.3595451.10273154567966477690.robh@kernel.org>
Date: Thu, 29 May 2025 13:27:38 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Frank Li <Frank.Li@....com>
Cc: Conor Dooley <conor+dt@...nel.org>, devicetree@...r.kernel.org,
Thomas Zimmermann <tzimmermann@...e.de>, imx@...ts.linux.dev,
linux-kernel@...r.kernel.org, Maxime Ripard <mripard@...nel.org>,
dri-devel@...ts.freedesktop.org, Simona Vetter <simona@...ll.ch>,
David Airlie <airlied@...il.com>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>
Subject: Re: [PATCH 1/1] dt-bindings: display: convert himax,hx8357d.txt to
yaml format
On Thu, 29 May 2025 12:48:21 -0400, Frank Li wrote:
> Convert himax,hx8357d.txt to yaml format.
>
> Additional changes:
> - add spi parent node in examples.
> - ref to spi-peripheral-props.yaml.
> - change himax,hx8357a to himax,hx8357 to align driver and existed dts.
> - add himax,hx8369a and fallback to himax,hx8369.
> - allow gpios-reset, spi-cpha and spi-cpol to align existed dts.
> - add im-gpios for interface selections.
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> .../bindings/display/himax,hx8357.yaml | 77 +++++++++++++++++++
> .../bindings/display/himax,hx8357d.txt | 26 -------
> 2 files changed, 77 insertions(+), 26 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/display/himax,hx8357.yaml
> delete mode 100644 Documentation/devicetree/bindings/display/himax,hx8357d.txt
>
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/himax,hx8357.yaml: gpios-reset: missing type definition
doc reference errors (make refcheckdocs):
Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/himax,hx8357d.txt
MAINTAINERS: Documentation/devicetree/bindings/display/himax,hx8357d.txt
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250529164822.777908-1-Frank.Li@nxp.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