From: csotoalonso@gmail.com (Carlos Soto)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] imx25: Fix LCD pixelclock configuration
Date: Wed, 23 Dec 2015 21:30:10 +0100 [thread overview]
Message-ID: <1450902610-27224-1-git-send-email-csotoalonso@gmail.com> (raw)
Set LCDC base clock (per_7) parent clock to UPLL clock.
This is needed to allow finer resolution in pixelclock
Signed-off-by: Carlos Soto <csotoalonso@gmail.com>
---
drivers/clk/imx/clk-imx25.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/clk/imx/clk-imx25.c b/drivers/clk/imx/clk-imx25.c
index c4c141c..656340e 100644
--- a/drivers/clk/imx/clk-imx25.c
+++ b/drivers/clk/imx/clk-imx25.c
@@ -238,6 +238,12 @@ static int __init __mx25_clocks_init(unsigned long osc_rate,
clk_set_parent(clk[per5_sel], clk[ahb]);
/*
+ * set LCDC base clock (per 7) to highest possible frequency (UPLL)
+ * to get best resolution for pixel clock
+ */
+ clk_set_parent(clk[per7_sel], clk[upll]);
+
+ /*
* Let's initially set up CLKO parent as ipg, since this configuration
* is used on some imx25 board designs to clock the audio codec.
*/
--
1.7.10.4
next reply other threads:[~2015-12-23 20:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-23 20:30 Carlos Soto [this message]
2016-01-28 6:32 ` [PATCH 1/1] imx25: Fix LCD pixelclock configuration Shawn Guo
2016-02-07 18:59 ` Carlos Soto
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=1450902610-27224-1-git-send-email-csotoalonso@gmail.com \
--to=csotoalonso@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).