Re: [PATCH v6 1/2] dt-bindings: iio: adc: add adi,max40080
From: Krzysztof Kozlowski
Date: Fri Jul 31 2026 - 03:10:29 EST
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