Re: [PATCH v11 1/3] dt-bindings: iio: adc: add max14001

From: Marcelo Schmitt

Date: Sat Sep 20 2025 - 17:44:10 EST


...
>
> > > + interrupts:
> > > + minItems: 1
> > > + items:
> > > + - description: |
> > > + Asserts high when ADC readings exceed the upper threshold and low
> > > + when below the lower threshold. Must be connected to the COUT pin.
> > > + - description: |
> > > + Alert output that asserts low during a number of different error
> > > + conditions. The interrupt source must be attached to FAULT pin.
>
> These descriptions read wrong to me. They __are__ the COUT and FAULT
> pins, given what David responded to above, not something that can be
> connected to these pins (if they were, they would be represented as
> -gpios rather than interrupts most likely). Unless you mean that these
> pins can have some other use and are only available on the COUT/FAULT
> pins when some register value is set - but even in that case saying
> "must be" doesn't fit since the interrupt property could be used to
> configure the device accordingly.

COUT and FAULT are just two pins on the ADC chip that can be used to generate
interrupts. Would a description like the one below sound better?

interrupts:
minItems: 1
items:
- description: |
cout: Comparator output signal that asserts high when ADC readings
exceed the upper threshold and low when readings fall below the lower
threshold.
- description: |
fault: When fault reporting is enabled, the FAULT pin is asserted low
whenever one of the monitored fault conditions occurs.

Best regards,
Marcelo