<div dir="auto">It's missing the spi node, will do v4 once panel driver is reviewed.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 20, 2022, 15:10 Rob Herring <<a href="mailto:robh@kernel.org">robh@kernel.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Tue, 20 Dec 2022 13:01:08 +0100, Christophe Branchereau wrote:<br>
> From: Paul Cercueil <<a href="mailto:paul@crapouillou.net" target="_blank" rel="noreferrer">paul@crapouillou.net</a>><br>
> <br>
> Add binding for the AUO A030JTN01 panel, which is a 320x480 3.0" 4:3<br>
> 24-bit TFT LCD panel with non-square pixels and a delta-RGB 8-bit<br>
> interface.<br>
> <br>
> Signed-off-by: Paul Cercueil <<a href="mailto:paul@crapouillou.net" target="_blank" rel="noreferrer">paul@crapouillou.net</a>><br>
> Signed-off-by: Christophe Branchereau <<a href="mailto:cbranchereau@gmail.com" target="_blank" rel="noreferrer">cbranchereau@gmail.com</a>><br>
> Reviewed-by: Krzysztof Kozlowski <<a href="mailto:krzysztof.kozlowski@linaro.org" target="_blank" rel="noreferrer">krzysztof.kozlowski@linaro.org</a>><br>
> ---<br>
>  .../bindings/display/panel/auo,a030jtn01.yaml | 54 +++++++++++++++++++<br>
>  1 file changed, 54 insertions(+)<br>
>  create mode 100644 Documentation/devicetree/bindings/display/panel/auo,a030jtn01.yaml<br>
> <br>
<br>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'<br>
on your patch (DT_CHECKER_FLAGS is new in v5.13):<br>
<br>
yamllint warnings/errors:<br>
<br>
dtschema/dtc warnings/errors:<br>
Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dts:22.11-21: Warning (reg_format): /example-0/panel@0:reg: property has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1)<br>
Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dtb: Warning (pci_device_reg): Failed prerequisite 'reg_format'<br>
Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dtb: Warning (pci_device_bus_num): Failed prerequisite 'reg_format'<br>
Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dtb: Warning (simple_bus_reg): Failed prerequisite 'reg_format'<br>
Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dtb: Warning (i2c_bus_reg): Failed prerequisite 'reg_format'<br>
Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dtb: Warning (spi_bus_reg): Failed prerequisite 'reg_format'<br>
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/auo,a030jtn01.example.dtb: panel@0: Unevaluated properties are not allowed ('spi-max-frequency' was unexpected)<br>
        From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/auo,a030jtn01.yaml<br>
<br>
doc reference errors (make refcheckdocs):<br>
<br>
See <a href="https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221220120108.481554-3-cbranchereau@gmail.com" rel="noreferrer noreferrer" target="_blank">https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221220120108.481554-3-cbranchereau@gmail.com</a><br>
<br>
The base for the series is generally the latest rc1. A different dependency<br>
should be noted in *this* patch.<br>
<br>
If you already ran 'make dt_binding_check' and didn't see the above<br>
error(s), then make sure 'yamllint' is installed and dt-schema is up to<br>
date:<br>
<br>
pip3 install dtschema --upgrade<br>
<br>
Please check and re-submit after running the above command yourself. Note<br>
that DT_SCHEMA_FILES can be set to your schema file to speed up checking<br>
your schema. However, it must be unset to test all examples with your schema.<br>
<br>
</blockquote></div>