From: Igor Grinberg <grinberg@compulab.co.il>
To: Tomi Valkeinen <tomi.valkeinen@nokia.com>,
Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org,
Igor Grinberg <grinberg@compulab.co.il>,
Mike Rapoport <mike@compulab.co.il>
Subject: [PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification
Date: Mon, 26 Jul 2010 10:34:27 +0000 [thread overview]
Message-ID: <1280140468-8183-1-git-send-email-grinberg@compulab.co.il> (raw)
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
next reply other threads:[~2010-07-26 10:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-26 10:34 Igor Grinberg [this message]
2010-07-26 10:34 ` [PATCH 2/2] [ARM] omap: cm-t35: fix video signal on DVI panels Igor Grinberg
2010-07-27 8:00 ` [PATCH 1/2] OMAP: DSS2: enable generic panel configuration Tomi Valkeinen
2010-07-27 13:59 ` [PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1280140468-8183-1-git-send-email-grinberg@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mike@compulab.co.il \
--cc=tomi.valkeinen@nokia.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).