summaryrefslogtreecommitdiff
path: root/drivers/phy/marvell
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-03-10 17:47:20 +0300
committerVinod Koul <vkoul@kernel.org>2023-03-20 15:44:58 +0300
commit8e9930e14d040bde33a11a62eee8c3c6981c7126 (patch)
treed75bd46d91afef5d81894c6629191e2835a89535 /drivers/phy/marvell
parenta01c9d19422e486578d7cfdf799e464025417eab (diff)
downloadlinux-8e9930e14d040bde33a11a62eee8c3c6981c7126.tar.xz
phy: 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: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230310144720.1544600-1-robh@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/marvell')
0 files changed, 0 insertions, 0 deletions