Re: [PATCH] iio: adc: ad7380: fix adi,gain-milli property parsing

From: David Lechner
Date: Tue Jun 24 2025 - 17:09:44 EST


On Sun, Jun 22, 2025 at 8:25 AM Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
>
> On Thu, 19 Jun 2025 10:24:22 -0500
> David Lechner <dlechner@xxxxxxxxxxxx> wrote:
>
> > Change the data type of the "adi,gain-milli" property from u32 to u16.
> > The devicetree binding specifies it as uint16, so we need to read it as
> > such to avoid an -EOVERFLOW error when parsing the property.
> >
> > Fixes: c904e6dcf402 ("iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4")
> > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> Applied to the fixes-togreg branch of iio.git and marked for stable.
>

Hmm... looks like this branch hasn't been pushed to kernel.org for a while.