mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 14:04:05 +08:00
3b5b005ef7
Even if support for the IPU was compiled in, we may run on a device
(e.g. the Qi LB60) where the IPU is not available, or simply with an old
devicetree without the IPU node. In that case the ingenic-drm refused to
probe.
Fix the driver so that it will probe even if the IPU node is not present
in devicetree (but then IPU support is disabled of course).
v2: Take a different approach
Fixes:
|
||
---|---|---|
.. | ||
ingenic-drm-drv.c | ||
ingenic-drm.h | ||
ingenic-ipu.c | ||
ingenic-ipu.h | ||
Kconfig | ||
Makefile |