[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <168433729744.894347.3314650002007733913.robh@kernel.org>
Date: Wed, 17 May 2023 10:28:17 -0500
From: Rob Herring <robh@...nel.org>
To: Alexandre Bailon <abailon@...libre.com>
Cc: khilman@...libre.com, linux-mediatek@...ts.infradead.org,
tzimmermann@...e.de, devicetree@...r.kernel.org,
linux-media@...r.kernel.org, matthias.bgg@...il.com,
nbelin@...libre.com, linux-arm-kernel@...ts.infradead.org,
airlied@...il.com, maarten.lankhorst@...ux.intel.com,
linaro-mm-sig@...ts.linaro.org, krzysztof.kozlowski+dt@...aro.org,
daniel@...ll.ch, conor+dt@...nel.org, christian.koenig@....com,
mripard@...nel.org, robh+dt@...nel.org,
linux-kernel@...r.kernel.org, bero@...libre.com,
dri-devel@...ts.freedesktop.org, jstephan@...libre.com,
sumit.semwal@...aro.org, angelogioacchino.delregno@...labora.com
Subject: Re: [PATCH 7/7] dt-bindings: Add bidings for mtk,apu-drm
On Wed, 17 May 2023 16:52:37 +0200, Alexandre Bailon wrote:
> This adds the device tree bindings for the APU DRM driver.
>
> Signed-off-by: Alexandre Bailon <abailon@...libre.com>
> Reviewed-by: Julien Stephan <jstephan@...libre.com>
> ---
> .../devicetree/bindings/gpu/mtk,apu-drm.yaml | 38 +++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml: 'maintainers' is a required property
hint: Metaschema for devicetree binding documentation
from schema $id: http://devicetree.org/meta-schemas/base.yaml#
./Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/gpu/mtk,apu-drm.yaml#
Documentation/devicetree/bindings/gpu/mtk,apu-drm.example.dts:18.15-22.11: Warning (unit_address_vs_reg): /example-0/apu@0: node has a unit name, but no reg or ranges property
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/gpu/mtk,apu-drm.example.dtb: apu@0: remoteproc: [[4294967295, 4294967295]] is too short
From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230517145237.295461-8-abailon@baylibre.com
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.
Powered by blists - more mailing lists