82bda6aab0
- Remove old/dupe ARM config options - Enable external connectors on ARM - Enable i.MX and TI thermal controllers - Enable i.MX RNG driver - ARM MFD and REGULATOR changes and cleanups - AM33xx (BeagleBone) config improvements - Rebase OMAP DVI patch - Enable console for Zynq-7xxx SoCs
15 lines
425 B
Diff
15 lines
425 B
Diff
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c
|
|
index 60d3958..0e304ce 100644
|
|
--- a/drivers/video/omap2/dss/core.c
|
|
+++ b/drivers/video/omap2/dss/core.c
|
|
@@ -298,6 +298,9 @@ static int __init omap_dss_init(void)
|
|
int r;
|
|
int i;
|
|
|
|
+ /* hack to load encoder-tfp410 driver */
|
|
+ request_module("encoder-tfp410");
|
|
+
|
|
r = platform_driver_probe(&omap_dss_driver, omap_dss_probe);
|
|
if (r)
|
|
return r;
|