mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
dt-bindings: iio: dac: ad5686: extend device support
Add compatible entries for AD5313R, AD5317R, AD5674, AD5679, AD5687, AD5687R, AD5689, AD5689R. These devices have unique combination of channel count, bit resolution and supported command set, so that fallback compatibles are not used. Also, a small copy-and-paste error is fixed to the title field. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com> Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
This commit is contained in:
parent
cda84e7b24
commit
70de3868eb
|
|
@ -4,7 +4,7 @@
|
|||
$id: http://devicetree.org/schemas/iio/dac/adi,ad5686.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Analog Devices AD5360 and similar SPI DACs
|
||||
title: Analog Devices AD5686 and similar SPI DACs
|
||||
|
||||
maintainers:
|
||||
- Michael Hennerich <michael.hennerich@analog.com>
|
||||
|
|
@ -14,10 +14,14 @@ properties:
|
|||
compatible:
|
||||
enum:
|
||||
- adi,ad5310r
|
||||
- adi,ad5313r
|
||||
- adi,ad5317r
|
||||
- adi,ad5672r
|
||||
- adi,ad5674
|
||||
- adi,ad5674r
|
||||
- adi,ad5676
|
||||
- adi,ad5676r
|
||||
- adi,ad5679
|
||||
- adi,ad5679r
|
||||
- adi,ad5681r
|
||||
- adi,ad5682r
|
||||
|
|
@ -28,6 +32,10 @@ properties:
|
|||
- adi,ad5685r
|
||||
- adi,ad5686
|
||||
- adi,ad5686r
|
||||
- adi,ad5687
|
||||
- adi,ad5687r
|
||||
- adi,ad5689
|
||||
- adi,ad5689r
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
@ -84,10 +92,14 @@ allOf:
|
|||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- adi,ad5674
|
||||
- adi,ad5676
|
||||
- adi,ad5679
|
||||
- adi,ad5683
|
||||
- adi,ad5684
|
||||
- adi,ad5686
|
||||
- adi,ad5687
|
||||
- adi,ad5689
|
||||
then:
|
||||
required:
|
||||
- vref-supply
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user