From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hebbar Date: Thu, 31 Jul 2008 22:22:12 -0700 (PDT) Subject: [U-Boot-Users] Re submit : [PATCH] Correct ARM Versatile Timer Initialization In-Reply-To: <5BF78BCE8D9BF14A83F836BD9E3916BA23C1F7@blrms.slti.sanyo.co.in> References: <5BF78BCE8D9BF14A83F836BD9E3916BA23C1F7@blrms.slti.sanyo.co.in> Message-ID: <18768421.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, The above is Because of Below Reasons. - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271), ---Timer Value Register @ TIMER Base + 4 is Read-only. So removed code which writes to this register ---Prescale Value (Bits 3-2 of TIMER Control register) can only be one of 00,01,10. The Value 11 is undefined. So This Patch Changes it to 00. Comments are welcome. Regards Gururaja -- View this message in context: http://www.nabble.com/Resubmit-%3A--PATCH--Correct-ARM-Versatile-Timer-Initialization-tp18768132p18768421.html Sent from the Uboot - Users mailing list archive at Nabble.com.