commit | 620011e0477e485fc6112ace3c0a772130e8fd4f | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Tue May 03 14:37:13 2016 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon May 30 09:14:00 2016 +0200 |
tree | fa539893388b422f0290437cd0f7d15a81c934a8 | |
parent | ee89686631174fa576e61400ac3580722edac120 [diff] |
drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helper Instead of using of_graph_get_port_by_id() to get the port and then of_get_child_by_name() to get the first endpoint, get to the endpoint in a single step. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>