[PATCH 1/4] dt-bindigs: iio: adc: Add ad777x axi variant

From: Ioana Risteiu
Date: Mon Jul 28 2025 - 09:45:53 EST


Add a new compatible for the AD777x AXI IP core, a variant of the
generic AXI ADC IP.

While sharing some operations with the generic AXI ADC IP, the AD777x
variant has specific requirements such as setting number of lanes.

Signed-off-by: Ioana Risteiu <Ioana.Risteiu@xxxxxxxxxx>
---
Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml b/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml
index e91e421a3d6b..1265ec5390d1 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml
@@ -30,6 +30,7 @@ description: |
https://analogdevicesinc.github.io/hdl/library/axi_ad408x/index.html
https://analogdevicesinc.github.io/hdl/library/axi_ad485x/index.html
http://analogdevicesinc.github.io/hdl/library/axi_ad7606x/index.html
+ https://analogdevicesinc.github.io/hdl/library/axi_ad777x/index.html

properties:
compatible:
@@ -38,6 +39,7 @@ properties:
- adi,axi-ad408x
- adi,axi-ad7606x
- adi,axi-ad485x
+ - adi,axi-ad777x

reg:
maxItems: 1
--
2.47.2