[PATCH] gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading

Philipp Zabel p.zabel at pengutronix.de
Wed Apr 27 14:10:36 UTC 2016


Am Mittwoch, den 27.04.2016, 08:54 -0500 schrieb Dennis Gilmore:
> Thanks Philipp,
> 
> I tested and module loading worked correctly
> 
> Dennis
> 
> On 2016-04-27 03:29, Philipp Zabel wrote:
> > If of_node is set before calling platform_device_add, the driver core
> > will try to use of: modalias matching, which fails because the device
> > tree nodes don't have a compatible property set. This patch fixes
> > imx-ipuv3-crtc module autoloading by setting the of_node property only
> > after the platform modalias is set.
> > 
> > Fixes: 304e6be652e2 ("gpu: ipu-v3: Assign of_node of child platform
> > devices to corresponding ports")
> > Reported-by: Dennis Gilmore <dennis at ausil.us>
> > Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
> Tested-By: Dennis Gilmore <dennis at ausil.us>

Thank you.

regards
Philipp



More information about the dri-devel mailing list