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

"Siratul Islam" <[email protected]> Thu, 30 Jul 2026 18:42:54 +0000
Newsgroups org.kernel.vger.linux-hwmon,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
July 30, 2026 at 7:17 PM, "Stefan Popa" <[email protected]> wrote:


>=20
>=20Add device tree bindings for the Analog Devices MAX40080 bidirectiona=
l
> current-sense amplifier with a 12-bit ADC and an I2C/SMBus interface.
>=20
>=20Signed-off-by: Stefan Popa <[email protected]>
> ---
...
> +# 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 <[email protected]>
> + - Stefan Popa <[email protected]>
> +
> +description: |
> + The MAX40080 is a high-precision, bidirectional current-sense amplifi=
er 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 stor=
es 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/max4008=
0).
But you seem to have kept the same url as before. I'll leave it up to him=
.=20
>=20+
> +properties:
> + compatible:
> + const: adi,max40080
> +
...
> +
> +MAXIM MAX40080 CURRENT SENSE AMPLIFIER DRIVER
> +M: Ciprian Hegbeli <[email protected]>
> +M: Stefan Popa <[email protected]>
> +L: [email protected]
> +S: Supported
> +W: https://ez.analog.com/linux-software-drivers
> +F: Documentation/devicetree/bindings/iio/adc/adi,max40080.yaml
> --=20
>=202.53.0
>
Please maintain alphabetical order for the MAINTAINERS entry,=20
instead of adding it to the end of the file.