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

From: Claudiu.Beznea
Date: Tue Mar 14 2023 - 10:53:07 EST


On 10.03.2023 16:47, Rob Herring wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> 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>

Applied to at91/clk-microchip, thanks!