From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 29 Apr 2009 16:21:54 -0700 Subject: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info In-Reply-To: <20090429231706.GL522@game.jcrosoft.org> References: <200904291538.09721.david-b@pacbell.net> <20090429231706.GL522@game.jcrosoft.org> Message-ID: <49F8E112.7000902@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:38 Wed 29 Apr , David Brownell wrote: > >> From: David Brownell >> >> Make the DaVinci clock display code work on the dm355 too ... there >> are pre- and post- dividers on its PLLs, which most other DaVinci >> processors don't use; and it uses different PLL dividers. Stubbed >> in support for the DM6467 too. Verified on dm355 and dm6446. >> >> Signed-off-by: David Brownell >> --- >> This should move to cpu/arm926ejs/davinci (cpuinfo.c?) someday, >> like the other SoC-specific code. For another patch. >> > good idea > > cpu.c will be better > > Good idea. This would give me a happy place for the cpu_eth_init() as mentioned in another thread. regards, Ben