Re: [PATCH v5 5/6] dt-bindings: display: Add Synaptics R63455 panel support

From: Rob Herring (Arm)

Date: Mon Jul 27 2026 - 05:58:02 EST



On Mon, 27 Jul 2026 16:08:44 +0800, Jun Nie wrote:
> Add support for the dual-panel system found in the virtual reality device.
> This system consists of two physical 2160x2160 panels, each connected via
> a MIPI DSI interface. The backlight is managed through DSI link.
>
> Signed-off-by: Jun Nie <jun.nie@xxxxxxxxxx>
> ---
> .../bindings/display/panel/synaptics,r63455.yaml | 133 +++++++++++++++++++++
> 1 file changed, 133 insertions(+)
>

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

yamllint warnings/errors:
./Documentation/devicetree/bindings/display/panel/synaptics,r63455.yaml:26:9: [warning] wrong indentation: expected 10 but found 8 (indentation)

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/synaptics,r63455.yaml: properties:ports: 'anyOf' conditional failed, one must be fixed:
'type' is a required property
'$ref' is a required property
hint: node schemas must have a type or $ref
from schema $id: http://devicetree.org/meta-schemas/core.yaml
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dts:29.17-27: Warning (reg_format): /example-0/dsi@ae94000/panel@0:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dts:20.21-61.11: Warning (unit_address_vs_reg): /example-0/dsi@ae94000: node has a unit name, but no reg or ranges property
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: Warning (pci_device_reg): Failed prerequisite 'reg_format'
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: Warning (pci_device_bus_num): Failed prerequisite 'reg_format'
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: Warning (simple_bus_reg): Failed prerequisite 'reg_format'
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: Warning (i2c_bus_reg): Failed prerequisite 'reg_format'
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: Warning (spi_bus_reg): Failed prerequisite 'reg_format'
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dts:27.28-60.15: Warning (avoid_default_addr_size): /example-0/dsi@ae94000/panel@0: Relying on default #address-cells value
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dts:27.28-60.15: Warning (avoid_default_addr_size): /example-0/dsi@ae94000/panel@0: Relying on default #size-cells value
Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: Warning (unique_unit_address_if_enabled): Failed prerequisite 'avoid_default_addr_size'
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: panel@0 (sharp,ls026b3sa06): reset-gpios: [[4294967295, 3, 0], [4294967295, 11, 0]] is too long
from schema $id: http://devicetree.org/schemas/display/panel/synaptics,r63455.yaml
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/synaptics,r63455.example.dtb: panel@0 (sharp,ls026b3sa06): reset-gpios: [[4294967295, 3, 0], [4294967295, 11, 0]] is too long
from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer-common.yaml

doc reference errors (make refcheckdocs):

See https://patchwork.kernel.org/project/devicetree/patch/20260727-sm8650-7-1-bonded-dsi-v5-5-c042266b9eeb@xxxxxxxxxx

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.