mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
dt-bindings: iio: dac: ad5696: extend device support
Add support for AD5316R, AD5675 and AD5697R. These devices have different bit resolutions or different number of channels 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>
This commit is contained in:
parent
d6afd59fd3
commit
cda84e7b24
|
|
@ -16,10 +16,12 @@ properties:
|
|||
compatible:
|
||||
enum:
|
||||
- adi,ad5311r
|
||||
- adi,ad5316r
|
||||
- adi,ad5337r
|
||||
- adi,ad5338r
|
||||
- adi,ad5671r
|
||||
- adi,ad5673r
|
||||
- adi,ad5675
|
||||
- adi,ad5675r
|
||||
- adi,ad5677r
|
||||
- adi,ad5691r
|
||||
|
|
@ -31,6 +33,7 @@ properties:
|
|||
- adi,ad5695r
|
||||
- adi,ad5696
|
||||
- adi,ad5696r
|
||||
- adi,ad5697r
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
@ -86,6 +89,7 @@ allOf:
|
|||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- adi,ad5675
|
||||
- adi,ad5693
|
||||
- adi,ad5694
|
||||
- adi,ad5696
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user