of: Add of_property_present() helper
[ Upstream commit 9cbad37c ] Add an of_property_present() function similar to fwnode_property_present(). of_property_read_bool() could be used directly, but it is cleaner to not use it on non-boolean properties. Reviewed-by:Frank Rowand <frowand.list@gmail.com> Tested-by:
Frank Rowand <frowand.list@gmail.com> Link: https://lore.kernel.org/all/20230215215547.691573-1-robh@kernel.org/ Signed-off-by:
Rob Herring <robh@kernel.org> Stable-dep-of: c4a5118a ("cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading