[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1657892575.865405.520290.nullmailer@robh.at.kernel.org>
Date: Fri, 15 Jul 2022 07:42:55 -0600
From: Rob Herring <robh@...nel.org>
To: ChiaEn Wu <peterwu.pub@...il.com>
Cc: linux-leds@...r.kernel.org, devicetree@...r.kernel.org,
lee.jones@...aro.org, heikki.krogerus@...ux.intel.com,
broonie@...nel.org, cy_huang@...htek.com, deller@....de,
linux@...ck-us.net,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
szunichen@...il.com, matthias.bgg@...il.com,
dri-devel@...ts.freedesktop.org, daniel.thompson@...aro.org,
linux-fbdev@...r.kernel.org, jingoohan1@...il.com,
chunfeng.yun@...iatek.com, lgirdwood@...il.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
jic23@...nel.org, pavel@....cz, gregkh@...uxfoundation.org,
robh+dt@...nel.org, lars@...afoo.de, alice_chen@...htek.com,
linux-iio@...r.kernel.org, linux-pm@...r.kernel.org,
sre@...nel.org, chiaen_wu@...htek.com,
linux-mediatek@...ts.infradead.org, linux-usb@...r.kernel.org,
krzysztof.kozlowski+dt@...aro.org
Subject: Re: [PATCH v5 06/13] dt-bindings: mfd: Add MediaTek MT6370
On Fri, 15 Jul 2022 19:26:00 +0800, ChiaEn Wu wrote:
> From: ChiYuan Huang <cy_huang@...htek.com>
>
> Add MediaTek MT6370 binding documentation.
>
> Signed-off-by: ChiYuan Huang <cy_huang@...htek.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
> .../devicetree/bindings/mfd/mediatek,mt6370.yaml | 280 +++++++++++++++++++++
> include/dt-bindings/iio/adc/mediatek,mt6370_adc.h | 18 ++
> 2 files changed, 298 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
> create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6370_adc.h
>
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/mfd/mediatek,mt6370.example.dtb: pmic@34: indicator:multi-led@0:led@0: Unevaluated properties are not allowed ('reg' was unexpected)
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.example.dtb: pmic@34: indicator:multi-led@0:led@1: Unevaluated properties are not allowed ('reg' was unexpected)
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.example.dtb: pmic@34: indicator:multi-led@0:led@2: Unevaluated properties are not allowed ('reg' was unexpected)
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.example.dtb: indicator: multi-led@0:led@0: Unevaluated properties are not allowed ('reg' was unexpected)
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.example.dtb: indicator: multi-led@0:led@1: Unevaluated properties are not allowed ('reg' was unexpected)
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/mediatek,mt6370.example.dtb: indicator: multi-led@0:led@2: Unevaluated properties are not allowed ('reg' was unexpected)
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
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