[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176346899005.2610273.2055455026150162691.robh@kernel.org>
Date: Tue, 18 Nov 2025 06:29:50 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: David Heidelberg <david@...t.cz>
Cc: phone-devel@...r.kernel.org, Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Jessica Zhang <jesszhan0024@...il.com>, dri-devel@...ts.freedesktop.org,
Thomas Zimmermann <tzimmermann@...e.de>,
Casey Connolly <casey.connolly@...aro.org>, linux-arm-msm@...r.kernel.org,
phodina@...tonmail.com, Conor Dooley <conor+dt@...nel.org>,
devicetree@...r.kernel.org, Neil Armstrong <neil.armstrong@...aro.org>,
Sumit Semwal <sumit.semwal@...aro.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
David Airlie <airlied@...il.com>, linux-kernel@...r.kernel.org,
Maxime Ripard <mripard@...nel.org>, Simona Vetter <simona@...ll.ch>
Subject: Re: [PATCH v3 2/8] dt-bindings: panel: sw43408: adjust to reflect
the DDIC and panel used
On Tue, 18 Nov 2025 12:30:37 +0100, David Heidelberg wrote:
> Add compatible for used LG panel.
> SW43408 is not panel, but DDIC. The panel itself is the
> LG LH546WF1-ED01, so introduce combined compatible for it.
>
> Signed-off-by: David Heidelberg <david@...t.cz>
> ---
> .../devicetree/bindings/display/panel/lg,sw43408.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
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/panel/lg,sw43408.example.dtb: panel@0 (lg,sw43408): compatible:0: 'lg,sw43408' is not one of ['lg,sw43408-lh546wf1-ed01']
from schema $id: http://devicetree.org/schemas/display/panel/lg,sw43408.yaml
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/lg,sw43408.example.dtb: panel@0 (lg,sw43408): compatible: ['lg,sw43408'] is too short
from schema $id: http://devicetree.org/schemas/display/panel/lg,sw43408.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251118-pixel-3-v3-2-317a2b400d8a@ixit.cz
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