LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Billy Tsai <billy_tsai@aspeedtech.com>
Cc: linux-kernel@vger.kernel.org, lars@metafoo.de, andrew@aj.id.au,
BMC-SW@aspeedtech.com, joel@jms.id.au, robh+dt@kernel.org,
p.zabel@pengutronix.de, linux-iio@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
lgirdwood@gmail.com, broonie@kernel.org,
linux-aspeed@lists.ozlabs.org, pmeerw@pmeerw.net,
jic23@kernel.org
Subject: Re: [v3 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings
Date: Mon, 16 Aug 2021 15:07:03 -0500 [thread overview]
Message-ID: <1629144423.392245.2563334.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210816104846.13155-2-billy_tsai@aspeedtech.com>
On Mon, 16 Aug 2021 18:48:32 +0800, Billy Tsai wrote:
> Add device tree bindings document for the aspeed ast2600 adc device
> driver.
>
> Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
> ---
> .../bindings/iio/adc/aspeed,ast2600-adc.yaml | 98 +++++++++++++++++++
> 1 file changed, 98 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.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/iio/adc/aspeed,ast2600-adc.yaml: properties:aspeed,int_vref_mv: 'oneOf' conditional failed, one must be fixed:
'type' is a required property
hint: A vendor boolean property can use "type: boolean"
Additional properties are not allowed ('enum' was unexpected)
hint: A vendor boolean property can use "type: boolean"
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml: properties:aspeed,int_vref_mv: 'oneOf' conditional failed, one must be fixed:
'$ref' is a required property
'allOf' is a required property
hint: A vendor property needs a $ref to types.yaml
from schema $id: http://devicetree.org/meta-schemas/vendor-props.yaml#
1200 is not of type 'string'
hint: A vendor string property with exact values has an implicit type
2500 is not of type 'string'
hint: A vendor string property with exact values has an implicit type
hint: Vendor specific properties must have a type and description unless they have a defined, common suffix.
from schema $id: http://devicetree.org/meta-schemas/vendor-props.yaml#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml: ignoring, error in schema: properties: aspeed,int_vref_mv
warning: no schema found in file: ./Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml
Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.example.dt.yaml:0:0: /example-0/adc@1e6e9000: failed to match any schema with compatible: ['aspeed,ast2600-adc0']
Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.example.dt.yaml:0:0: /example-0/adc@1e6e9100: failed to match any schema with compatible: ['aspeed,ast2600-adc1']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1517123
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.
next prev parent reply other threads:[~2021-08-16 20:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 10:48 [v3 00/15] Add support for ast2600 ADC Billy Tsai
2021-08-16 10:48 ` [v3 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings Billy Tsai
2021-08-16 20:07 ` Rob Herring [this message]
2021-08-16 10:48 ` [v3 02/15] iio: adc: aspeed: completes the bitfield declare Billy Tsai
2021-08-16 10:48 ` [v3 03/15] iio: adc: aspeed: set driver data when adc probe Billy Tsai
2021-08-16 10:48 ` [v3 04/15] iio: adc: aspeed: Keep model data to driver data Billy Tsai
2021-08-16 10:48 ` [v3 05/15] iio: adc: aspeed: Refactory model data structure Billy Tsai
2021-08-16 10:48 ` [v3 06/15] iio: adc: aspeed: Add vref config function Billy Tsai
2021-08-16 10:48 ` [v3 07/15] iio: adc: aspeed: Set num_channels with model data Billy Tsai
2021-08-16 10:48 ` [v3 09/15] iio: adc: aspeed: Use devm_add_action_or_reset Billy Tsai
2021-08-16 10:48 ` [v3 11/15] iio: adc: aspeed: Fix the calculate error of clock Billy Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1629144423.392245.2563334.nullmailer@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=BMC-SW@aspeedtech.com \
--cc=andrew@aj.id.au \
--cc=billy_tsai@aspeedtech.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=joel@jms.id.au \
--cc=lars@metafoo.de \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
--subject='Re: [v3 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).