Re: [PATCH] i2c: omap: fix deprecated of_property_read_bool() use

From: Andi Shyti
Date: Thu Apr 17 2025 - 17:42:05 EST


Hi Johan,

On Tue, Apr 15, 2025 at 09:52:30AM +0200, Johan Hovold wrote:
> Using of_property_read_bool() for non-boolean properties is deprecated
> and results in a warning during runtime since commit c141ecc3cecd ("of:
> Warn when of_property_read_bool() is used on non-boolean properties").
>
> Fixes: b6ef830c60b6 ("i2c: omap: Add support for setting mux")
> Cc: Jayesh Choudhary <j-choudhary@xxxxxx>
> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>

Thanks for your patch! I'm going to drop the Fixes tag, as this
isn't really a bug fix but rather a warning suppression during
boot time.

Thanks,
Andi