All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Stephan Kappertz <stephan.kappertz@kabelmail.de>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Xenomai 2.6.1 on beaglebone (TI AM3359 SoC)
Date: Thu, 12 Jul 2012 22:30:49 +0200	[thread overview]
Message-ID: <4FFF33F9.9020000@xenomai.org> (raw)
In-Reply-To: <B8BB1834-3B77-49F2-8F40-C4801E858698@kabelmail.de>

On 07/12/2012 09:54 PM, Stephan Kappertz wrote:
> OMAP clockevent source: GPTIMER2 at 24000000 Hz
> OMAP clocksource: GPTIMER1 at 32768 Hz
> I-pipe, 0.032 MHz clocksource

This is wrong, normally, you should have something like:
[    0.000000] OMAP clockevent source: GPTIMER2 at 13000000 Hz
[    0.000000] OMAP clocksource: GPTIMER3 at 13000000 Hz
[    0.000000] I-pipe, 13.000 MHz clocksource

This is ensured by this piece of code in arch/arm/mach-omap2/timer.c:
#ifndef CONFIG_IPIPE
OMAP_SYS_TIMER_INIT(3, 1, OMAP3_CLKEV_SOURCE, 2, OMAP3_MPU_SOURCE)
#else
OMAP_SYS_TIMER_INIT(3, 2, OMAP3_CLKEV_SOURCE, 3, OMAP3_MPU_SOURCE)
#endif

So, my guess is that you have some other patch changing this.

-- 
                                                                Gilles.


  reply	other threads:[~2012-07-12 20:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-12 19:54 [Xenomai] Xenomai 2.6.1 on beaglebone (TI AM3359 SoC) Stephan Kappertz
2012-07-12 20:30 ` Gilles Chanteperdrix [this message]
2012-07-12 20:47   ` Gilles Chanteperdrix
2012-07-13  7:09     ` Stephan Kappertz
2012-07-13  7:32       ` Gilles Chanteperdrix
2012-07-13  9:00 ` Gilles Chanteperdrix
2012-07-13  9:15   ` Gilles Chanteperdrix
2012-07-13 14:37     ` Stephan Kappertz

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=4FFF33F9.9020000@xenomai.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=stephan.kappertz@kabelmail.de \
    --cc=xenomai@xenomai.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 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.