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

From: Tony Lindgren
Date: Mon Mar 27 2023 - 03:55:32 EST


* Rob Herring <robh@xxxxxxxxxx> [230310 16:47]:
> 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().

Applying into omap-for-v6.4/cleanup thanks.

Tony