aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbdev/omap2/dss/dss.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c
index a6d10d4279f3..7f978b6a34e8 100644
--- a/drivers/video/fbdev/omap2/dss/dss.c
+++ b/drivers/video/fbdev/omap2/dss/dss.c
@@ -38,6 +38,7 @@
38#include <linux/regmap.h> 38#include <linux/regmap.h>
39#include <linux/of.h> 39#include <linux/of.h>
40#include <linux/regulator/consumer.h> 40#include <linux/regulator/consumer.h>
41#include <linux/suspend.h>
41 42
42#include <video/omapdss.h> 43#include <video/omapdss.h>
43 44
@@ -1138,6 +1139,8 @@ static int __init omap_dsshw_probe(struct platform_device *pdev)
1138 1139
1139 dss_debugfs_create_file("dss", dss_dump_regs); 1140 dss_debugfs_create_file("dss", dss_dump_regs);
1140 1141
1142 pm_set_vt_switch(0);
1143
1141 return 0; 1144 return 0;
1142 1145
1143err_pll_init: 1146err_pll_init: