Re: [PATCH v4 1/2] dt-bindings: display: panel: document Samsung AMS561RA01 panel with S6E8AA5X01 controller

From: Rob Herring (Arm)
Date: Sun Jul 20 2025 - 10:32:29 EST



On Sun, 20 Jul 2025 17:33:07 +0530, Kaustabh Chakraborty wrote:
> Samsung AMS561RA01 is an AMOLED panel, using the Samsung S6E8AA5X01 MIPI
> DSI panel controller. Document the compatible and devicetree properties
> of this hardware. It has a reset GPIO and two voltage regulators.
>
> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
> Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>
> ---
> .../panel/samsung,s6e8aa5x01-ams561ra01.yaml | 55 ++++++++++++++++++++++
> 1 file changed, 55 insertions(+)
>

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.example.dtb: /example-0/dsi/panel@0: failed to match any schema with compatible: ['samsung,s6e8aa5x01']

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250720-panel-samsung-s6e8aa5x01-v4-1-7d9258fa3f4a@xxxxxxxxxxx

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.