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

From: Michael Ellerman
Date: Wed Apr 05 2023 - 21:11:54 EST


On Fri, 10 Mar 2023 08:46:57 -0600, Rob Herring 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().
>
>

Applied to powerpc/next.

[1/1] powerpc: Use of_property_read_bool() for boolean properties
https://git.kernel.org/powerpc/c/4d57e3515e3838b12eccbeb5e0e52f053e3f638a

cheers