Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e47ef302 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge tag 'sunxi-drm-for-4.14-2' of...

Merge tag 'sunxi-drm-for-4.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next

sun4i DRM changes for 4.14, take 2

A single patch switching to a new OF helper.

* tag 'sunxi-drm-for-4.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
  drm/sun4i: use of_graph_get_remote_endpoint()
parents 72d45a76 0bd46d70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ static int sun4i_backend_of_get_id(struct device_node *node)
		struct device_node *remote;
		u32 reg;

		remote = of_parse_phandle(ep, "remote-endpoint", 0);
		remote = of_graph_get_remote_endpoint(ep);
		if (!remote)
			continue;