All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Naumann <dev@andin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] dm3730: dpll5 init broken with 19.2MHz?
Date: Thu, 04 Jul 2013 16:10:58 +0200	[thread overview]
Message-ID: <51D58272.904@andin.de> (raw)

Hi,

I have a custom OMAP37xx board running with a fairly uncommon 19.2MHz 
oscillator. The general clock setup seems fine so far, but the 
dpll5_init_34xx() used in prcm_init() for 36xx cpu-types gives me 
trouble in the form of numerous stack dumps in the kernel boot. Reason is:

[    3.396636] clock: dpll5_ck failed transition to 'locked'

In an older U-Boot (2010.09) that I used before there was no such 
problem (and no such dpll5 setup i guess).
So after commenting the line

dpll5_init_34xx(0, clk_index);

in arch/arm/cpu/armv7/omap3/clock.c, the kernel does not complain 
anymore, but one 1 of 3 boots has the ECHI USB not working, which makes 
me think, I probably have to do it right.

So my question is, where do the per2_dpll_param values in 
lowlevel_init.S come from? How can I calculate them?


thanks for any help,
Andreas

                 reply	other threads:[~2013-07-04 14:10 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=51D58272.904@andin.de \
    --to=dev@andin.de \
    --cc=u-boot@lists.denx.de \
    /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.