[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <168590694462.3700314.2525765521559343425.robh@kernel.org>
Date: Sun, 04 Jun 2023 13:29:04 -0600
From: Rob Herring <robh@...nel.org>
To: Maksim Kiselev <bigunclemax@...il.com>
Cc: ChiYuan Huang <cy_huang@...htek.com>,
ChiaEn Wu <chiaen_wu@...htek.com>,
Cristian Ciocaltea <cristian.ciocaltea@...labora.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Albert Ou <aou@...s.berkeley.edu>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>,
Samuel Holland <samuel@...lland.org>,
Jonathan Cameron <jic23@...nel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Jernej Skrabec <jernej.skrabec@...il.com>,
linux-sunxi@...ts.linux.dev,
William Breathitt Gray <william.gray@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
linux-riscv@...ts.infradead.org, Rob Herring <robh+dt@...nel.org>,
Palmer Dabbelt <palmer@...belt.com>,
Haibo Chen <haibo.chen@....com>, devicetree@...r.kernel.org,
Miquel Raynal <miquel.raynal@...tlin.com>,
Andre Przywara <andre.przywara@....com>,
Mike Looijmans <mike.looijmans@...ic.nl>,
Chen-Yu Tsai <wens@...e.org>,
Ramona Bolboaca <ramona.bolboaca@...log.com>,
Lars-Peter Clausen <lars@...afoo.de>,
Cosmin Tanislav <demonsingur@...il.com>,
linux-iio@...r.kernel.org, Philipp Zabel <p.zabel@...gutronix.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Ibrahim Tilki <Ibrahim.Tilki@...log.com>,
Caleb Connolly <caleb.connolly@...aro.org>,
Leonard Göhrs <l.goehrs@...gutronix.de>
Subject: Re: [PATCH v3 2/3] dt-bindings: iio: adc: Add Allwinner
D1/T113s/R329/T507 SoCs GPADC
On Sun, 04 Jun 2023 21:53:15 +0300, Maksim Kiselev wrote:
> From: Maxim Kiselev <bigunclemax@...il.com>
>
> Allwinner's D1/T113s/R329/T507 SoCs have a new general purpose ADC.
> This ADC is the same for all of this SoCs. The only difference is
> the number of available channels.
>
> Signed-off-by: Maxim Kiselev <bigunclemax@...il.com>
> ---
> .../iio/adc/allwinner,sun20i-d1-gpadc.yaml | 90 +++++++++++++++++++
> 1 file changed, 90 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.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/iio/adc/allwinner,sun20i-d1-gpadc.yaml: 'maintainers' is a required property
hint: Metaschema for devicetree binding documentation
from schema $id: http://devicetree.org/meta-schemas/base.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.example.dtb: adc@...9000: interrupts: [[73], [4]] is too long
From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230604185336.1943889-3-bigunclemax@gmail.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