Re: [PATCH 1/2] dt-bindings: iio: max30100: Add pulse-width property

From: Bhanu Seshu Kumar Valluri
Date: Fri Oct 03 2025 - 23:22:27 EST


On 04/10/25 07:26, Shrikant Raskar wrote:
> The MAX30100 sensor supports multiple LED pulse widths (200us, 400us,
> 800us, 1600us). These settings affect measurement resolution and power
> consumption. Until now, the driver always defaulted to 1600us.
>
> Introduce a new device tree property `maxim,pulse-width` that allows
> users to select the desired pulse width in microseconds from device
> tree.
>
> Valid values are: 200, 400, 800, 1600.
>
> This prepares for driver changes that read this property and configure
> the SPO2 register accordingly.
>
> Signed-off-by: Shrikant Raskar <raskar.shree97@xxxxxxxxx>

The subject prefix [PATCH 1/2] says it's a two part patch series. But I think
you send all changes in a single patch. If single patch use [PATCH] instead
of [PATCH 1/2].