Skip to content
Snippets Groups Projects
Commit 86418f90 authored by Rob Herring's avatar Rob Herring Committed by Sean Paul
Browse files

drm: convert drivers to use of_graph_get_remote_node


Convert drivers to use the new of_graph_get_remote_node() helper
instead of parsing the endpoint node and then getting the remote device
node. Now drivers can just specify the device node and which
port/endpoint and get back the connected remote device node. The details
of the graph binding are nicely abstracted into the core OF graph code.

This changes some error messages to debug messages (in the graph core).
Graph connections are often "no connects" depending on the particular
board, so we want to avoid spurious messages. Plus the kernel is not a
DT validator.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Tested-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
Tested-by: default avatarEric Anholt <eric@anholt.net>
Tested-by: default avatarJyri Sarha <jsarha@ti.com>
Tested by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
parent 1f2db303
No related branches found
No related tags found
No related merge requests found
Showing
with 48 additions and 310 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment