]> git.baikalelectronics.ru Git - kernel.git/commit
of_graph: add of_graph_is_present()
authorDmitry Osipenko <digetx@gmail.com>
Wed, 1 Jul 2020 07:42:31 +0000 (10:42 +0300)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 1 Jul 2020 08:49:02 +0000 (10:49 +0200)
commitc5aa7e3b82441ab4d35378c523c57302e15f16f7
tree53a4efb7f4221e32fa8ca7edd1423d4bc107235a
parent66e90541d9f0837f6aeb048ddc5a1644dc418fe1
of_graph: add of_graph_is_present()

In some cases it's very useful to silently check whether port node exists
at all in a device-tree before proceeding with parsing the graph. The DRM
bridges code is one example of such case where absence of a graph in a
device-tree is a legit condition.

This patch adds of_graph_is_present() which returns true if given
device-tree node contains OF graph port.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200701074232.13632-2-digetx@gmail.com
drivers/of/property.c
include/linux/of_graph.h