Re: [PATCH v2] gpio: Use of_property_read_bool() for boolean properties

From: Linus Walleij
Date: Tue Mar 14 2023 - 14:01:27 EST


On Tue, Mar 14, 2023 at 4:41 PM Rob Herring <robh@xxxxxxxxxx> wrote:

> It is preferred to use typed property access functions (i.e.
> of_property_read_<type> functions) rather than low-level
> of_get_property/of_find_property functions for reading properties.
> Convert reading boolean properties to to of_property_read_bool().
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>

Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij