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

Krzysztof Kozlowski <[email protected]> Fri, 31 Jul 2026 09:04:51 +0200
Newsgroups org.kernel.vger.linux-hwmon,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel
Message-ID <20260731-steadfast-peculiar-bee-33fec4@quoll>
On Thu, Jul 30, 2026 at 04:17:37PM +0300, Stefan Popa wrote:
> +  vdd-supply:
> +    description: Power supply for the device.
> +
> +  interrupts:
> +    maxItems: 1
> +    description: ALERT output for overcurrent/undervoltage threshold events.
> +
> +  shunt-resistor-micro-ohms:
> +    description:
> +      Value of the current-sense shunt resistor connected between the IN+ and
> +      IN- inputs. Used to scale the reported current.
> +
> +required:
> +  - compatible
> +  - reg
> +  - shunt-resistor-micro-ohms

Supply is required

> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    i2c {
> +        #address-cells = <1>;
> +        #size-cells = <0>;
> +
> +        adc@20 {
> +            compatible = "adi,max40080";
> +            reg = <0x20>;
> +            #io-channel-cells = <1>;
> +            shunt-resistor-micro-ohms = <100000>;
> +        };
> +    };
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e087673237636..e1170230c4bb2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -28893,3 +28893,11 @@ S:	Buried alive in reporters
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>  F:	*
>  F:	*/
> +
> +MAXIM MAX40080 CURRENT SENSE AMPLIFIER DRIVER

Honestly, how did it appear at the end? Do you see any other
commit/patchset adding it there? No, so this should raise questions on
your side.

Best regards,
Krzysztof