]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: adc: ad7192: Add AD7194 support
authorAlisa-Dariana Roman <alisadariana@gmail.com>
Tue, 14 May 2024 12:02:22 +0000 (15:02 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 4 Jun 2024 18:53:06 +0000 (19:53 +0100)
commita4c514e5f0da862d7897c2316895b2fff12bddfd
tree625b0296402a7ca5570653d06c4e7fefb8565ef2
parentcaf7b7632b8d83d410d162221dcc5d2d16db478f
iio: adc: ad7192: Add AD7194 support

Unlike the other AD719Xs, AD7194 has configurable channels. The user can
dynamically configure them in the devicetree.

Add sigma_delta_info member to chip_info structure. Since AD7194 is the
only chip that has no channel sequencer, num_slots should remain
undefined.

Also modify config AD7192 description for better scaling.

Signed-off-by: Alisa-Dariana Roman <alisa.roman@analog.com>
Link: https://lore.kernel.org/r/20240514120222.56488-7-alisa.roman@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/ad7192.c