Re: [PATCH 1/2] dt-bindings: iio: max30100: Add pulse-width property
From: Shrikant
Date: Sat Oct 04 2025 - 02:20:51 EST
On Sat, Oct 4, 2025 at 8:52 AM Bhanu Seshu Kumar Valluri
<bhanuseshukumar@xxxxxxxxx> wrote:
>
> 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].
>
>
Thanks for your feedback.
I have shared 2 patches, one for device tree property update and
respective driver update in
MAX30100 driver. Can you please check the patch with subject ' iio:
health: max30100: Add pulse-width configuration via DT' ?