Re: [PATCH v3 2/3] dt-bindings: iio: flow: add Sensirion SLF3S liquid flow sensor

From: Jonathan Cameron

Date: Mon Jun 01 2026 - 05:44:54 EST


On Sat, 30 May 2026 22:54:31 +0200
Wadim Mueller <wafgo01@xxxxxxxxx> wrote:

> Document the bindings for the Sensirion SLF3S family of digital
> liquid-flow sensors on I2C. The family currently covers the
> SLF3S-0600F, SLF3S-1300F and SLF3S-4000B variants.
>
> The driver auto-detects the variant from the product-information
> register at probe time; the per-variant compatible strings exist
> for documentation and dt_binding_check purposes.
>
> The active calibration medium (water / IPA) is runtime-switchable
> via the in_volumeflow_medium sysfs attribute and therefore not a
> DT property.
>
> Signed-off-by: Wadim Mueller <wafgo01@xxxxxxxxx>

> +
> +description:
> + Family of digital liquid-flow sensors from Sensirion with I2C
> + interface. All family members share the same register map; sub-types
> + differ only in the flow scale factor and the calibrated measurement
> + range, both of which are detected at probe time via the
> + product-information register.
Slightly odd line wrap. Can go to 80 chars. e.g. something like

Family of digital liquid-flow sensors from Sensirion with I2C interface. All
family members share the same register map; sub-types differ only in the flow
scale factor and the calibrated measurement range, both of which are detected
at probe time via the product-information register.