All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tero Kristo <t-kristo@ti.com>
Cc: Stefan Roese <stefan.roese@gmail.com>,
	linux-omap <linux-omap@vger.kernel.org>,
	Paul Walmsley <paul@pwsan.com>,
	Mike Turquette <mturquette@linaro.org>
Subject: Re: Odd behavior with dpll4_m4x2_ck on omap3 + DT
Date: Tue, 10 Sep 2013 15:40:38 +0300	[thread overview]
Message-ID: <522F1346.3020206@ti.com> (raw)
In-Reply-To: <522F0F9B.9050705@ti.com>

[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]

On 10/09/13 15:24, Tero Kristo wrote:
> On 09/10/2013 03:19 PM, Tomi Valkeinen wrote:
>> On 10/09/13 15:12, Tero Kristo wrote:
>>
>>> If it claims it is not locked, it means the DPLL itself is disabled. You
>>> could try clk_enable for the clock before doing clk_set_rate.
>>
>> Hmm, so is it required to enable the clock before setting the rate? If
>> so, I think I'm using the clocks wrong in all the places =).
> 
> In generic case, it is not. But DPLLs behave strangely if they go to low
> power stop mode. If there is any downstream clock enabled for a specific
> DPLL it is enabled and things work okay.
> 
> One could also argue that the API behavior in OMAP is wrong currently,
> as the bypass rate is something you are most likely never actually going
> to use for anything....
> 
> Just try the change and check the results.

Ok, so as Stefan said, enabling the clock fixes the issue.

How do you suggest we fix this? Changing omapdss to enable the clock
before changing its rate is not very difficult, so it can be used as a
quick fix. But it doesn't sound like a proper fix if this is not
normally required.

And, maybe I'm missing something as I don't have good understanding of
the PRCM's PLLs, but the current behavior sounds odd. So the DPLL is
off, and in bypass mode. When we try to change the rate of the clock
provided by the PLL, shouldn't it fail, as bypass mode's rate cannot be
changed? Or better, change the non-bypass rate.

How is the DPLL4's clock rate 432000000 anyway in bypass mode. Isn't
bypass mode usually plain sys-clock, or such?

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  reply	other threads:[~2013-09-10 12:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-28  9:22 Odd behavior with dpll4_m4x2_ck on omap3 + DT Tomi Valkeinen
2013-08-28  9:48 ` Tero Kristo
2013-08-28 10:14   ` Tomi Valkeinen
2013-08-28 11:40     ` Tero Kristo
2013-09-10 11:33       ` Stefan Roese
2013-09-10 12:12         ` Tero Kristo
2013-09-10 12:19           ` Tomi Valkeinen
2013-09-10 12:24             ` Tero Kristo
2013-09-10 12:40               ` Tomi Valkeinen [this message]
2013-09-10 13:17                 ` Tero Kristo
2013-09-10 21:17                   ` Mike Turquette
2013-09-10 21:57                     ` Mike Turquette
2013-09-11  7:21                   ` Tomi Valkeinen
2013-09-13  7:51                     ` Stefan Roese
2013-09-13 11:34                       ` Tero Kristo
2013-09-16 19:45                         ` Mike Turquette
2013-09-27  8:41                         ` Tomi Valkeinen
2013-09-27 11:24                           ` Tero Kristo
2013-09-30  7:56                             ` Tomi Valkeinen
2013-10-07  8:21                   ` Paul Walmsley
2013-10-08  1:35                     ` Mike Turquette
2013-10-13 20:17                       ` Paul Walmsley
2013-09-10 12:25           ` Stefan Roese

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=522F1346.3020206@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=paul@pwsan.com \
    --cc=stefan.roese@gmail.com \
    --cc=t-kristo@ti.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 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.