All of lore.kernel.org
 help / color / mirror / Atom feed
* Using DSI PLL for LCD pixel clock
@ 2011-05-23  7:26 Tomi Valkeinen
  0 siblings, 0 replies; only message in thread
From: Tomi Valkeinen @ 2011-05-23  7:26 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: linux-omap

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-23  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-23  7:26 Using DSI PLL for LCD pixel clock 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.