[PATCH 3/5] drm: convert drivers to use of_graph_get_remote_node

Eric Anholt eric at anholt.net
Wed Feb 8 20:44:38 UTC 2017


Rob Herring <robh at kernel.org> writes:

> 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.

For vc4,

Tested-by: Eric Anholt <eric at anholt.net>

Thanks for making this easier.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170208/842c564c/attachment-0001.sig>


More information about the dri-devel mailing list