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

Documentation: iio: ad7380: add AD7389-4

Document support for AD7389-4 and it's quirks.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250401-iio-ad7380-add-ad7389-4-v1-5-23d2568aa24f@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

David Lechner and committed by
Jonathan Cameron
81a481f6 98a00267

+7
+7
Documentation/iio/ad7380.rst
··· 27 27 * `AD7386-4 <https://www.analog.com/en/products/ad7386-4.html>`_ 28 28 * `AD7387-4 <https://www.analog.com/en/products/ad7387-4.html>`_ 29 29 * `AD7388-4 <https://www.analog.com/en/products/ad7388-4.html>`_ 30 + * `AD7389-4 <https://www.analog.com/en/products/ad7389-4.html>`_ 30 31 * `ADAQ4370-4 <https://www.analog.com/en/products/adaq4370-4.html>`_ 31 32 * `ADAQ4380-4 <https://www.analog.com/en/products/adaq4380-4.html>`_ 32 33 * `ADAQ4381-4 <https://www.analog.com/en/products/adaq4381-4.html>`_ ··· 50 49 51 50 ad7380-4 supports only an external reference voltage (2.5V to 3.3V). It must be 52 51 declared in the device tree as ``refin-supply``. 52 + 53 + ad7389-4 54 + ~~~~~~~~ 55 + 56 + ad7389-4 supports only an internal reference voltage. ``refin-supply`` and 57 + ``refio-supply`` properties are both omitted in this case. 53 58 54 59 ADAQ devices 55 60 ~~~~~~~~~~~~