[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250728134340.3644-2-Ioana.Risteiu@analog.com>
Date: Mon, 28 Jul 2025 16:43:33 +0300
From: Ioana Risteiu <Ioana.Risteiu@...log.com>
To: Lars-Peter Clausen <lars@...afoo.de>,
Michael Hennerich
<Michael.Hennerich@...log.com>,
Jonathan Cameron <jic23@...nel.org>,
David
Lechner <dlechner@...libre.com>,
Nuno Sá
<nuno.sa@...log.com>,
Andy Shevchenko <andy@...nel.org>, Rob Herring
<robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley
<conor+dt@...nel.org>,
Ramona Nechita <ramona.nechita@...log.com>,
<linux-iio@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Ioana Risteiu <Ioana.Risteiu@...log.com>
Subject: [PATCH 1/4] dt-bindigs: iio: adc: Add ad777x axi variant
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@...log.com>
---
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
Powered by blists - more mailing lists