summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-10-13 18:06:34 +0200
committerSebastien Jan <s-jan@ti.com>2011-10-14 10:43:02 +0200
commit4b14c0882a7d2dcf3861b0b66337e9e7c693da6b (patch)
treebafb0862db9b8e0b07b46deb013c5c5d974be9a3 /drivers
parent61f11e39d43cf5c4dfcfbfaa94b0ffcc2f763628 (diff)
DISPC: hack to support HDMI with multiple displays
This frequency verification causes the display configuration to fail. Commenting the error allows the display setup to complete and HDMI output to be functional... Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/omap2/dss/dispc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c
index 02ecc30d8b2a..fb47bf2cd62a 100644
--- a/drivers/video/omap2/dss/dispc.c
+++ b/drivers/video/omap2/dss/dispc.c
@@ -1888,7 +1888,7 @@ int dispc_setup_plane(enum omap_plane plane,
"required fclk rate = %lu Hz, "
"current fclk rate = %lu Hz\n",
fclk, dispc_fclk_rate());
- return -EINVAL;
+// return -EINVAL;
}
}