[PATCH 4/4] drm/imx: Remove of_node assignment from ipuv3-crtc driver probe

2015-11-09 Thread Philipp Zabel
The crtc child device driver shouldn't modify the of_node of its platform device in the probe function. Instead, since the previous patch, the IPU core driver sets the of_node when the platform device is created. Drop the now unused custom imx_drm_get_port_by_id function. Signed-off-by: Philipp Z

[PATCH 4/4] drm/imx: Remove of_node assignment from ipuv3-crtc driver probe

2015-11-09 Thread Russell King - ARM Linux
On Mon, Nov 09, 2015 at 05:28:41PM +0100, Philipp Zabel wrote: > The crtc child device driver shouldn't modify the of_node of its platform > device in the probe function. Instead, since the previous patch, the IPU > core driver sets the of_node when the platform device is created. > > Drop the now