diff options
| author | Rodrigo Alencar <rodrigo.alencar@analog.com> | 2026-07-24 13:03:11 +0100 |
|---|---|---|
| committer | Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> | 2026-07-27 22:13:08 +0100 |
| commit | f648c716c49dbd674101b60de0ad7dd1ebc7017c (patch) | |
| tree | c4f7d684174f152c981ec9aed3dca08a646e17a8 | |
| parent | e7dddb2a85e4199f4022a0246a5e3b9d551c2007 (diff) | |
| download | linux-next-f648c716c49dbd674101b60de0ad7dd1ebc7017c.tar.gz linux-next-f648c716c49dbd674101b60de0ad7dd1ebc7017c.zip | |
dt-bindings: iio: dac: ad5696: add AD5673R/AD5677R support
Add compatible entries for AD5673R and AD5677R. These 16-channel devices
have different bit resolutions so no fallback compatibles are used.
Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
| -rw-r--r-- | Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml index e10f8596f9d3..5a93edc976f0 100644 --- a/Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml @@ -19,7 +19,9 @@ properties: - adi,ad5337r - adi,ad5338r - adi,ad5671r + - adi,ad5673r - adi,ad5675r + - adi,ad5677r - adi,ad5691r - adi,ad5692r - adi,ad5693 |
