Re: [PATCH v3 3/3] i2c: mpc: Use i2c-scl-clk-low-timeout-ms i2c property

From: Andi Shyti
Date: Mon Mar 13 2023 - 05:02:48 EST


> On 13/03/23 12:36, Andi Shyti wrote:
> > "fsl,timeout" is marked as deprecated and replaced by the
> > "i2c-scl-clk-low-timeout-ms" i2c property.
> >
> > Use this latter and, in case it is missing, for back
> > compatibility, check whether we still have "fsl,timeout" defined.
> >
> > Signed-off-by: Andi Shyti <andi.shyti@xxxxxxxxxx>
> > Reviewed-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
> Gave the patches a spin on a P2041RDB so
>
> Tested-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>

Thanks, Chris!

Andi