From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: RT tests on OMAP3 Date: Mon, 14 Sep 2009 10:50:07 -0700 Message-ID: <8763bl4drk.fsf@deeprootsystems.com> References: <87tyzkw1an.fsf@deeprootsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: (Cliff Brake's message of "Thu\, 3 Sep 2009 16\:57\:03 -0400") Sender: linux-rt-users-owner@vger.kernel.org To: Cliff Brake Cc: rt-users , Linux OMAP Users List-Id: linux-omap@vger.kernel.org Cliff Brake writes: > On Thu, Sep 3, 2009 at 10:28 AM, Kevin > Hilman wrote: > >> I've been using -rt on a basic OMAP3 kernel, but have not enabled >> EHCI so haven't seen this. > > What kernel version are you running, and what are you using for your > timer config? > > # CONFIG_OMAP_MBOX_FWK is not set > # CONFIG_OMAP_MPU_TIMER is not set > CONFIG_OMAP_32K_TIMER=y > CONFIG_OMAP_32K_TIMER_HZ=128 > CONFIG_OMAP_DM_TIMER=y I'm using the 32K timer as you are for PM reasons. The 32k timer is in the wakeup powerdomain so is not disabled during low power idle/suspend. Kevin