aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-03-10 08:47:09 -0600
committerJoerg Roedel <jroedel@suse.de>2023-03-22 14:54:42 +0100
commita6c9e3874e5759af089c07ab80c87105babc9727 (patch)
treee3f06b3065e22194d57d08da82f544ef7098bec8 /tools/perf/scripts/python/mem-phys-addr.py
parent1b0b5f50dc83351fa2d2158a183cbe258178cb3f (diff)
iommu: 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> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/20230310144709.1542910-1-robh@kernel.org Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions