Re: [PATCH 1/2] dt-bindings: display: simple: Add HannStar HSD156JUW2
From: Renjun Wang
Date: Mon Dec 01 2025 - 08:58:21 EST
On 11/30/25 23:15, Rob Herring (Arm) wrote:
On Sun, 30 Nov 2025 22:35:27 +0800, Renjun Wang wrote:
Add the HannStar HSD156JUW2 15.6" FHD (1920x1080) TFT LCD panel toMy bot found errors running 'make dt_binding_check' on your patch:
the panel-simple compatible list.
Signed-off-by: Renjun Wang <renjunw0@xxxxxxxxxxx>
---
.../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
1 file changed, 2 insertions(+)
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/thermal/thermal-zones.example.dtb: /example-0/soc/thermal-sensor@c263000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-zones.example.dtb: /example-0/soc/thermal-sensor@c263000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-zones.example.dtb: /example-0/soc/thermal-sensor@c265000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-zones.example.dtb: /example-0/soc/thermal-sensor@c265000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c263000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c263000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c265000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c265000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/tencent_FD75580BB3BF35F44985E237E7DE56BE2407@xxxxxx
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.
Hi Rob,
I ran 'make dt_binding_check' on my local computer, there are no errors and warnings
about panel-simple.yaml, thermal-sensor.yaml and thermal-zones.yaml. My checking process output shown blow:
(env0) renjun@debian:~/linux$ make dt_binding_check DT_SCHEMA_FILES=panel-simple.yaml
SCHEMA Documentation/devicetree/bindings/processed-schema.json
CHKDT ./Documentation/devicetree/bindings
LINT ./Documentation/devicetree/bindings
DTEX Documentation/devicetree/bindings/display/panel/panel-simple.example.dts
DTC [C] Documentation/devicetree/bindings/display/panel/panel-simple.example.dtb
(env0) renjun@debian:~/linux$ make dt_binding_check DT_SCHEMA_FILES=thermal-sensor.yaml
CHKDT ./Documentation/devicetree/bindings
LINT ./Documentation/devicetree/bindings
DTC [C] Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb
(env0) renjun@debian:~/linux$ make dt_binding_check DT_SCHEMA_FILES=thermal-zones.yaml
CHKDT ./Documentation/devicetree/bindings
LINT ./Documentation/devicetree/bindings
DTC [C] Documentation/devicetree/bindings/thermal/thermal-zones.example.dtb
(env0) renjun@debian:~/linux$ pip3 list|grep dtschema
dtschema 2025.8
(env0) renjun@debian:~/linux$ yamllint -v
yamllint 1.29.0
Best Regards,
Renjun Wang