All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification
@ 2010-07-26 10:34 ` Igor Grinberg
  0 siblings, 0 replies; 12+ messages in thread
From: Igor Grinberg @ 2010-07-26 10:34 UTC (permalink / raw)
  To: Tomi Valkeinen, Tony Lindgren
  Cc: linux-omap, linux-fbdev, Igor Grinberg, Mike Rapoport

This patch enables platforms to modify the dss device configuration
of the generic panel.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 drivers/video/omap2/displays/panel-generic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap2/displays/panel-generic.c b/drivers/video/omap2/displays/panel-generic.c
index 300eff5..ad80dd0 100644
--- a/drivers/video/omap2/displays/panel-generic.c
+++ b/drivers/video/omap2/displays/panel-generic.c
@@ -66,7 +66,7 @@ static void generic_panel_power_off(struct omap_dss_device *dssdev)
 
 static int generic_panel_probe(struct omap_dss_device *dssdev)
 {
-	dssdev->panel.config = OMAP_DSS_LCD_TFT;
+	dssdev->panel.config |= OMAP_DSS_LCD_TFT;
 	dssdev->panel.timings = generic_panel_timings;
 
 	return 0;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-08-03  7:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 10:34 [PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification Igor Grinberg
2010-07-26 10:34 ` Igor Grinberg
2010-07-26 10:34 ` [PATCH 2/2] [ARM] omap: cm-t35: fix video signal on DVI panels Igor Grinberg
2010-07-26 10:34   ` Igor Grinberg
2010-07-27  8:00 ` [PATCH 1/2] OMAP: DSS2: enable generic panel configuration Tomi Valkeinen
2010-07-27  8:00   ` [PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification Tomi Valkeinen
2010-07-27 13:59   ` Igor Grinberg
2010-07-27 13:59     ` Igor Grinberg
2010-08-03  6:45     ` Igor Grinberg
2010-08-03  6:45       ` Igor Grinberg
2010-08-03  7:54     ` [PATCH 1/2] OMAP: DSS2: enable generic panel configuration Tomi Valkeinen
2010-08-03  7:54       ` [PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.