diff options
author | Dave Liu <r63238@freescale.com> | 2007-09-18 12:36:58 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-08 09:55:39 -0600 |
commit | 555da61702771fe0f76f3de23b4e7590f3704161 (patch) | |
tree | 7fb5f6d5de81c4740f013752f56dfe1b3e2bc437 /include/asm-ppc/global_data.h | |
parent | 03051c3d35c9981ceaa059005660e699f3eacf1c (diff) | |
download | u-boot-imx-555da61702771fe0f76f3de23b4e7590f3704161.zip u-boot-imx-555da61702771fe0f76f3de23b4e7590f3704161.tar.gz u-boot-imx-555da61702771fe0f76f3de23b4e7590f3704161.tar.bz2 |
mpc83xx: Add the support of MPC8315E SoC
The MPC8315E SoC including e300c3 core and new IP blocks,
such as TDM, PCI Express and SATA controller.
Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r-- | include/asm-ppc/global_data.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 6ce072f..91acf9b 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -63,6 +63,9 @@ typedef struct global_data { #if defined (CONFIG_MPC834X) u32 usbmph_clk; #endif /* CONFIG_MPC834X */ +#if defined(CONFIG_MPC815) + u32 tdm_clk; +#endif #if defined(CONFIG_MPC837X) u32 sdhc_clk; #endif @@ -77,6 +80,8 @@ typedef struct global_data { #if defined(CONFIG_MPC837X) u32 pciexp1_clk; u32 pciexp2_clk; +#endif +#if defined(CONFIG_MPC837X) || defined(CONFIG_MPC8315) u32 sata_clk; #endif #if defined(CONFIG_MPC8360) |