From: sashiko-bot@kernel.org
To: "Kyle Hsieh" <kylehsieh1995@gmail.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v7 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04
Date: Mon, 24 Aug 2026 08:56:52 +0000 [thread overview]
Message-ID: <20260824085652.AE0811F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260824-ti-ads112c04-driver-v7-1-6b3c9c87d0e4@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The `excitation-current-nanoamp` and `burn-out-current-nanoamp` properties are incorrectly constrained as scalars, causing dt-schema validation failures when configuring multiple channels.
--
--- Patch [1]: [PATCH v7 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04 ---
commit da6d59f78ea6520db9adcaf85a4a8583112226d0
Author: Kyle Hsieh <kylehsieh1995@gmail.com>
dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04
This commit adds device tree binding documentation for the Texas Instruments
ADS112C04 I2C Analog-to-Digital Converters. The binding uses child nodes
to dynamically define connected channels and includes properties to describe
hardware capabilities.
> diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads112c04.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads112c04.yaml
> new file mode 100644
> index 0000000000000..95a123cd7b67c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads112c04.yaml
[ ... ]
> +patternProperties:
> + "^channel@[0-9a-b]$":
> + $ref: adc.yaml
> + unevaluatedProperties: false
> + properties:
[ ... ]
> + excitation-current-nanoamp:
> + enum: [10000, 50000, 100000, 250000, 500000, 1000000, 1500000]
> +
> + burn-out-current-nanoamp:
> + const: 10000
[Severity: Low]
Will dt-schema validation fail here if a device tree specifies multiple values
for these properties (e.g., excitation-current-nanoamp = <500000 500000>;)?
Due to the standard -nanoamp suffix defined in property-units.yaml, dt-schema
treats these properties as arrays. Applying the enum and const constraints
directly to the property instead of using items (e.g., items: enum: [...])
applies the scalar constraint to the entire array, which triggers a validation
failure.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260824-ti-ads112c04-driver-v7-0-6b3c9c87d0e4@gmail.com?part=1
next prev parent reply other threads:[~2026-08-24 8:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-24 8:49 [PATCH v7 0/2] iio: adc: Add support for Texas Instruments ADS112C04 Kyle Hsieh
2026-08-24 8:49 ` [PATCH v7 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04 Kyle Hsieh
2026-08-24 8:56 ` sashiko-bot [this message]
2026-08-24 8:49 ` [PATCH v7 2/2] iio: adc: ti-ads112c04: Add support for TI ADS112C04 Kyle Hsieh
2026-08-24 8:56 ` sashiko-bot
2026-08-24 9:54 ` Andy Shevchenko
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=20260824085652.AE0811F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kylehsieh1995@gmail.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox