From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 12 Feb 2008 13:06:17 -0600 Subject: [U-Boot-Users] [PATCH 1/3] 8xx: Add FDT support to 8xx In-Reply-To: <20080212011142.203705e0@neuromancer.mindspace> References: <20080212011142.203705e0@neuromancer.mindspace> Message-ID: <20080212190617.GA4084@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 12, 2008 at 01:11:42AM +0000, Bryan O'Donoghue wrote: > + do_fixup_by_prop_u32(blob, "device_type", "cpu", 4, > + "timebase-frequency", bd->bi_busfreq / 8, 1); I don't think this is correct for 8xx... use get_tbclk(). -Scott