Re: [PATCH] mtd: hyperbus: Use of_property_present() for non-boolean properties

From: Miquel Raynal
Date: Wed Jan 15 2025 - 13:14:53 EST


Hi Rob,

On 09/01/2025 at 12:21:48 -06, "Rob Herring (Arm)" <robh@xxxxxxxxxx> wrote:

> The use of of_property_read_bool() for non-boolean properties is
> deprecated in favor of of_property_present() when testing for property
> presence.

This patch did not apply because of another unrelated change in my tree
touching the return paths in this driver, I fixed it while applying.

Thanks,
Miquèl