Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: adc: add lltc,ltc2309 bindings

Add devicetree bindings for the Linear Technology LTC2309 ADC driver.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Link: https://lore.kernel.org/r/20230828-ltc2309-v3-1-338b3a8fab8b@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Liam Beguin and committed by
Jonathan Cameron
0679ea0b 8aa6e668

+15 -5
+15 -5
Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml
··· 4 4 $id: http://devicetree.org/schemas/iio/adc/lltc,ltc2497.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Linear Technology / Analog Devices LTC2497 ADC 7 + title: Linear Technology / Analog Devices LTC2497 and LTC2309 ADC 8 8 9 9 maintainers: 10 10 - Michael Hennerich <michael.hennerich@analog.com> 11 + - Liam Beguin <liambeguin@gmail.com> 11 12 12 13 description: | 13 - 16bit ADC supporting up to 16 single ended or 8 differential inputs. 14 - I2C interface. 14 + LTC2309: 15 + low noise, low power, 8-channel, 12-bit successive approximation ADC with an 16 + I2C compatible serial interface. 15 17 16 - https://www.analog.com/media/en/technical-documentation/data-sheets/2497fb.pdf 17 - https://www.analog.com/media/en/technical-documentation/data-sheets/2499fe.pdf 18 + https://www.analog.com/media/en/technical-documentation/data-sheets/2309fd.pdf 19 + 20 + LTC2497: 21 + LTC2499: 22 + 16bit ADC supporting up to 16 single ended or 8 differential inputs. 23 + I2C interface. 24 + 25 + https://www.analog.com/media/en/technical-documentation/data-sheets/2497fb.pdf 26 + https://www.analog.com/media/en/technical-documentation/data-sheets/2499fe.pdf 18 27 19 28 properties: 20 29 compatible: 21 30 enum: 31 + - lltc,ltc2309 22 32 - lltc,ltc2497 23 33 - lltc,ltc2499 24 34