From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com Subject: Re: [RFC] [PATCH] ARM: OMAP1: Add clocksource driver for OMAP1 Date: Thu, 30 Nov 2006 13:59:27 -0800 Message-ID: <20061130215926.GA7762@atomide.com> References: <20061110005357.GZ16172@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com Errors-To: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com To: "Woodruff, Richard" Cc: OMAP-Linux List-Id: linux-omap@vger.kernel.org Hi, * Woodruff, Richard [061130 11:58]: > > > If anybody with 1510 has a chance, it may be worth scanning through > some > > registers in case there is some continuously running timer for this.. > > TRM shows 1510 has 3 general timers and 1 32KHz timer. The 32KHz timer > is at base=0xFFFB9000. TVR=base+0, TCR=base+4, CR=base+8. It comes in > on L2-Pic-IRQ22. It has a 24 bit counter. Thanks for the info, I guess I was looking for the continuously running 32KHz timer in addition to that, as then we could use the same dyntick code on 1510 also. Do you know if there is continuously running 32KHz timer on 1510? Regards, Tony