OMAPDSS: OMAP5: fix digit output's allowed mgrs
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 10 Dec 2014 13:34:35 +0000 (15:34 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 4 Feb 2015 10:32:03 +0000 (12:32 +0200)
The OMAP5 HW supports directing DIGIT channel to DPI output, but the
driver doesn't support that. However, we have marked that configuration
as possible in the dss features, so in certain cases the driver tries to
use that configuration, leading to broken display.

Fix the problem by allowing DIGIT channel to go only to HDMI output.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dss_features.c