mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
503fe87bd0
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:
|
||
---|---|---|
.. | ||
ipu-common.c | ||
ipu-cpmem.c | ||
ipu-csi.c | ||
ipu-dc.c | ||
ipu-di.c | ||
ipu-dmfc.c | ||
ipu-dp.c | ||
ipu-ic.c | ||
ipu-prv.h | ||
ipu-smfc.c | ||
Kconfig | ||
Makefile |