Re: [PATCH v2 1/2] dt-bindings: display: panel: Add RAiO RA8875 display controller

From: Rob Herring (Arm)

Date: Thu Sep 24 2026 - 21:47:00 EST



On Thu, 24 Sep 2026 22:53:55 +0800, Adam Azuddin wrote:
> The RA8875 is an SPI-connected TFT display controller by RAiO
> Technology Inc. It supports display resolutions of up to 800x480.
>
> Assisted-by: LLM
> Signed-off-by: Adam Azuddin <azuddinadam@xxxxxxxxx>
> ---
> .../bindings/display/panel/raio,ra8875.yaml | 78 +++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> 2 files changed, 80 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/raio,ra8875.yaml
>

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

yamllint warnings/errors:

dtschema/dtc warnings/errors:
Lexical error: Documentation/devicetree/bindings/display/panel/raio,ra8875.example.dts:27.41-56 Unexpected 'GPIO_ACTIVE_LOW'
FATAL ERROR: Syntax error parsing input tree
make[2]: *** [scripts/Makefile.dtbs:140: Documentation/devicetree/bindings/display/panel/raio,ra8875.example.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/linux-dt-review/Makefile:1714: dt_binding_check] Error 2
make: *** [Makefile:248: __sub-make] Error 2

doc reference errors (make refcheckdocs):

See https://patchwork.kernel.org/project/devicetree/patch/20260924145400.1385815-2-azuddinadam@xxxxxxxxx

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.