[PATCH v2 1/2] dt-bindings: iio: adc: ad4080: add AD4884 support

From: Antoniu Miclaus

Date: Fri May 29 2026 - 10:23:22 EST


Add AD4884 compatible string to the AD4080 devicetree binding.

The AD4884 is a dual-channel, 16-bit, 40 MSPS SAR ADC, sharing the same
register map and interface as the AD4080 family. Like the AD4880, it
requires two SPI chip selects and two io-backends for its independent
ADC channels. The AD4884 differs from the AD4880 in resolution (16-bit
vs 20-bit), which requires distinct channel configuration in the driver,
precluding a fallback compatible.

Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
Signed-off-by: Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx>
---
Changes in v2:
- Add rationale for no fallback compatible in commit message.
- Collect Acked-by tag.

Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml
index 9c6a56c7c8ef..4a3f7d3e05c3 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml
@@ -39,6 +39,7 @@ properties:
- adi,ad4087
- adi,ad4088
- adi,ad4880
+ - adi,ad4884

reg:
minItems: 1
@@ -99,7 +100,9 @@ allOf:
properties:
compatible:
contains:
- const: adi,ad4880
+ enum:
+ - adi,ad4880
+ - adi,ad4884
then:
properties:
reg:
--
2.43.0