[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1632923185.744834.3674448.nullmailer@robh.at.kernel.org>
Date: Wed, 29 Sep 2021 08:46:25 -0500
From: Rob Herring <robh@...nel.org>
To: Guillaume Ranquet <granquet@...libre.com>
Cc: linux-mediatek@...ts.infradead.org, chunkuang.hu@...nel.org,
Matthias Brugger <matthias.bgg@...il.com>,
p.zabel@...gutronix.de, Daniel Vetter <daniel@...ll.ch>,
CK Hu <ck.hu@...iatek.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
David Airlie <airlied@...ux.ie>,
dri-devel@...ts.freedesktop.org, Rob Herring <robh+dt@...nel.org>,
Jitao shi <jitao.shi@...iatek.com>, devicetree@...r.kernel.org
Subject: Re: [PATCH v1 2/4] dt-bindings: display: mediatek: add MT8195 hdmi bindings
On Wed, 29 Sep 2021 11:44:23 +0200, Guillaume Ranquet wrote:
> Add Mediatek HDMI and HDMI-DDC bindings for MT8195 SoC.
>
> Signed-off-by: Guillaume Ranquet <granquet@...libre.com>
> ---
> .../mediatek/mediatek,mt8195-hdmi-ddc.yaml | 45 +++++++++
> .../mediatek/mediatek,mt8195-hdmi.yaml | 98 +++++++++++++++++++
> 2 files changed, 143 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi-ddc.yaml
> create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi.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/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi.example.dt.yaml: example-0: hdmi@...00000:reg:0: [0, 472907776, 0, 4096] is too long
From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi.example.dt.yaml: hdmi@...00000: 'ddc-i2c-bus', 'power-domains' do not match any of the regexes: 'pinctrl-[0-9]+'
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1534287
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
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.
Powered by blists - more mailing lists