Re: [PATCH v6 1/2] dt-bindings: iio: adc: add adi,max40080

From: Siratul Islam

Date: Thu Jul 30 2026 - 15:24:43 EST


July 30, 2026 at 7:17 PM, "Stefan Popa" <stefan.popa@xxxxxxxxxx> wrote:


>
> Add device tree bindings for the Analog Devices MAX40080 bidirectional
> current-sense amplifier with a 12-bit ADC and an I2C/SMBus interface.
>
> Signed-off-by: Stefan Popa <stefan.popa@xxxxxxxxxx>
> ---
...
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/adc/adi,max40080.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Analog Devices MAX40080 bidirectional current-sense amplifier
> +
> +maintainers:
> + - Ciprian Hegbeli <ciprian.hegbeli@xxxxxxxxxx>
> + - Stefan Popa <stefan.popa@xxxxxxxxxx>
> +
> +description: |
> + The MAX40080 is a high-precision, bidirectional current-sense amplifier with
> + an integrated 12-bit ADC and an I2C/SMBus interface. It measures the voltage
> + across an external shunt resistor and the input bus voltage, and stores the
> + results in an internal FIFO.
> +
> + Datasheet:
> + https://www.analog.com/en/products/max40080.html
About this link, there were some discussion in the previous version where
Jonathan suggested a more standard format (https://www.analog.com/max40080).
But you seem to have kept the same url as before. I'll leave it up to him.
> +
> +properties:
> + compatible:
> + const: adi,max40080
> +
...
> +
> +MAXIM MAX40080 CURRENT SENSE AMPLIFIER DRIVER
> +M: Ciprian Hegbeli <ciprian.hegbeli@xxxxxxxxxx>
> +M: Stefan Popa <stefan.popa@xxxxxxxxxx>
> +L: linux-iio@xxxxxxxxxxxxxxx
> +S: Supported
> +W: https://ez.analog.com/linux-software-drivers
> +F: Documentation/devicetree/bindings/iio/adc/adi,max40080.yaml
> --
> 2.53.0
>
Please maintain alphabetical order for the MAINTAINERS entry,
instead of adding it to the end of the file.