[PATCH v3 2/5] dt-bindings: iio: adc: ad4130: Add new supported parts

From: Jonathan Santos

Date: Wed Apr 01 2026 - 08:11:01 EST


Extend driver support for AD4129-4/8, AD4130-4, and AD4131-4/8 ADC
variants.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Signed-off-by: Jonathan Santos <Jonathan.Santos@xxxxxxxxxx>
---
Changes in v3:
* None.

Changes in v2:
* None.
---
.../devicetree/bindings/iio/adc/adi,ad4130.yaml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
index fcc00e5cfd54..f4cad68fa04d 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
@@ -5,19 +5,30 @@
$id: http://devicetree.org/schemas/iio/adc/adi,ad4130.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

-title: Analog Devices AD4130 ADC device driver
+title: Analog Devices AD4130 family ADC device driver

maintainers:
- Cosmin Tanislav <cosmin.tanislav@xxxxxxxxxx>

description: |
- Bindings for the Analog Devices AD4130 ADC. Datasheet can be found here:
+ Bindings for the Analog Devices AD4130 family ADCs.
+ Datasheets can be found here:
+ https://www.analog.com/media/en/technical-documentation/data-sheets/AD4129-4.pdf
+ https://www.analog.com/media/en/technical-documentation/data-sheets/AD4129-8.pdf
+ https://www.analog.com/media/en/technical-documentation/data-sheets/AD4130-4.pdf
https://www.analog.com/media/en/technical-documentation/data-sheets/AD4130-8.pdf
+ https://www.analog.com/media/en/technical-documentation/data-sheets/AD4131-4.pdf
+ https://www.analog.com/media/en/technical-documentation/data-sheets/AD4131-8.pdf

properties:
compatible:
enum:
+ - adi,ad4129-4
+ - adi,ad4129-8
+ - adi,ad4130-4
- adi,ad4130
+ - adi,ad4131-4
+ - adi,ad4131-8

reg:
maxItems: 1
--
2.34.1