From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Steve Sakoman <steve@sakoman.com>
Cc: linux-omap@vger.kernel.org
Subject: Using DSI PLL for LCD pixel clock
Date: Mon, 23 May 2011 10:26:02 +0300 [thread overview]
Message-ID: <1306135562.1871.3.camel@deskari> (raw)
Hi Steve,
I know you've been using OMAP2_DSS_USE_DSI_PLL Kconfig option to use DSI
PLL for pixel clock, so I wanted to point out that that has changed in
the current DSS2 master (soon to be merged, I hope). You will now need
to select the clock usage in the board file, for example:
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c
index 9d192ff..68a33bb 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -345,6 +345,11 @@ static struct omap_dss_device overo_lcd43_device = {
.driver_name = "generic_dpi_panel",
.data = &lcd43_panel,
.phy.dpi.data_lines = 24,
+ .clocks = {
+ .dispc = {
+ .dispc_fclk_src = OMAP_DSS_CLK_SRC_DSI_PLL_HSDIV_DISPC,
+ },
+ },
};
Tomi
reply other threads:[~2011-05-23 7:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1306135562.1871.3.camel@deskari \
--to=tomi.valkeinen@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=steve@sakoman.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