Re: [PATCH] bus: ti-sysc: Use of_property_present() for testing DT property presence

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


* Rob Herring <robh@xxxxxxxxxx> [230310 16:48]:
> 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. As
> part of this, convert of_get_property/of_find_property calls to the
> recently added of_property_present() helper when we just want to test
> for presence of a property and nothing more.

Thanks applying into omap-for-v6.4/ti-sysc.

Tony