diff options
author | Gerlando Falauto <gerlando.falauto@keymile.com> | 2012-10-10 22:13:08 +0000 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-10-23 15:23:26 -0500 |
commit | a88731a6c23113c713351847d019d23df46f26d7 (patch) | |
tree | 3ae3bfdbc2f2fd09a88976856a968b56a2e77e2f /arch/powerpc/include/asm/global_data.h | |
parent | 8afad91f15880d34c7456159209b26918977c400 (diff) | |
download | u-boot-a88731a6c23113c713351847d019d23df46f26d7.tar.gz u-boot-a88731a6c23113c713351847d019d23df46f26d7.tar.xz u-boot-a88731a6c23113c713351847d019d23df46f26d7.zip |
mpc83xx: add support for mpc8309
This processor, though very similar to other members of the
PowerQUICC II Pro family (namely 8308, 8360 and 832x), provides
yet another feature set than any supported sibling.
Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/global_data.h')
-rw-r--r-- | arch/powerpc/include/asm/global_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index 374fc6d5ab..cb3a80bb2b 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -63,6 +63,8 @@ typedef struct global_data { u32 tsec1_clk; u32 tsec2_clk; u32 usbdr_clk; +#elif defined(CONFIG_MPC8309) + u32 usbdr_clk; #endif #if defined (CONFIG_MPC834x) u32 usbmph_clk; |