Re: [PATCH v1 3/3] Docs: iio: Add AD4134
From: Randy Dunlap
Date: Mon Nov 10 2025 - 14:25:41 EST
On 11/10/25 4:45 AM, Marcelo Schmitt wrote:
> diff --git a/Documentation/iio/ad4134.rst b/Documentation/iio/ad4134.rst
> new file mode 100644
> index 000000000000..fe20ec6f2132
> --- /dev/null
> +++ b/Documentation/iio/ad4134.rst
> @@ -0,0 +1,58 @@
> +.. SPDX-License-Identifier: GPL-2.0-only
> +
> +=============
> +AD4134 driver
> +=============
> +
> +Device driver for Analog Devices Inc. AD4134 and similar ADCs.
> +
> +Supported devices
> +=================
> +
> +* `AD4134 <https://www.analog.com/AD4134>`_
> +* `AD7134 <https://www.analog.com/AD7134>`_
> +
> +Wiring connections
> +------------------
> +
> +AD4134 and similar ADCs can operate in a few different wiring configurations.
> +
> +Minimum I/O mode (SPI control mode)
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fourth level "underlines" should be "~~~~~~~~~~~~~~~~~~~~~~"
according to Documentation/doc-guide/sphinx.rst.
> +
> +The minimum I/O mode wiring allows AD4134 register and data access with the
> +conventional set of SPI bus lines. The hardware configuration settings for using
> +AD4134 in minimum I/O mode are:
--
~Randy