mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
dt-bindings: iio: adc: ad4080: add AD4884 support
Add AD4884 compatible string to the AD4080 devicetree binding. The AD4884 is a dual-channel, 16-bit, 40 MSPS SAR ADC, sharing the same register map and interface as the AD4080 family. Like the AD4880, it requires two SPI chip selects and two io-backends for its independent ADC channels. The AD4884 differs from the AD4880 in resolution (16-bit vs 20-bit), which requires distinct channel configuration in the driver, precluding a fallback compatible. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
40d7dc96cf
commit
4bff2ca299
|
|
@ -39,6 +39,7 @@ properties:
|
|||
- adi,ad4087
|
||||
- adi,ad4088
|
||||
- adi,ad4880
|
||||
- adi,ad4884
|
||||
|
||||
reg:
|
||||
minItems: 1
|
||||
|
|
@ -99,7 +100,9 @@ allOf:
|
|||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
const: adi,ad4880
|
||||
enum:
|
||||
- adi,ad4880
|
||||
- adi,ad4884
|
||||
then:
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user