summaryrefslogtreecommitdiffstats
path: root/include/mpc86xx.h
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@freescale.com>2008-12-03 15:16:37 -0800
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-12-19 18:32:49 -0600
commitada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28 (patch)
treef4e5c4ef83b76a3480502b249b955a5032d6e600 /include/mpc86xx.h
parent9863d6aca11405e1e0d8aba2045d78aeec4d4ee7 (diff)
downloadblackbird-obmc-uboot-ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28.tar.gz
blackbird-obmc-uboot-ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28.zip
mpc8[56]xx: Put localbus clock in sysinfo and gd
Currently MPC85xx and MPC86xx boards just calculate the localbus frequency and print it out, but don't save it. This changes where its calculated and stored to be more consistent with the CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock. The localbus frequency is added to sysinfo and calculated when sysinfo is set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are. get_clocks() copies the frequency into the global data, as the other frequencies are, into a new field that is only enabled for MPC85xx and MPC86xx. checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency from sysinfo, like the other frequencies, instead of calculating it on the spot. Signed-off-by: Trent Piepho <tpiepho@freescale.com> Acked-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/mpc86xx.h')
-rw-r--r--include/mpc86xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h
index f119d5bb15..a6fdea352f 100644
--- a/include/mpc86xx.h
+++ b/include/mpc86xx.h
@@ -84,6 +84,7 @@
typedef struct {
unsigned long freqProcessor;
unsigned long freqSystemBus;
+ unsigned long freqLocalBus;
} MPC86xx_SYS_INFO;
#define l1icache_enable icache_enable
OpenPOWER on IntegriCloud