diff options
author | Rob Herring <robh@kernel.org> | 2023-03-10 08:47:24 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-05-12 13:06:14 +0200 |
commit | be11d67a144db79408a19642d0a8d65fb9f52105 (patch) | |
tree | 142909b452af62dfd6bc64cf49f5fa9a61e7820b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
soc: xilinx: Use of_property_present() for testing DT property presence
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.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144725.1545315-1-robh@kernel.org
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions