summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/global_data.h
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2012-07-02 17:18:47 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-07 15:22:42 -0400
commit83983d6a761a3a07ddb6a6de12bd9000d06a84bd (patch)
tree435aab16436aa417a14657ea22ccc0d3ba7835cf /arch/arm/include/asm/global_data.h
parent85c344e5f98408c0bcf988a6c6fca68c1f3c2015 (diff)
Add arch support for Vybrid platform
Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
-rw-r--r--arch/arm/include/asm/global_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h
index c3ff789999..5e6b7c4a33 100644
--- a/arch/arm/include/asm/global_data.h
+++ b/arch/arm/include/asm/global_data.h
@@ -44,6 +44,11 @@ typedef struct global_data {
unsigned long env_addr; /* Address of Environment struct */
unsigned long env_valid; /* Checksum of Environment valid? */
unsigned long fb_base; /* base address of frame buffer */
+#ifdef CONFIG_VYBRID
+ unsigned long cpu_clk;
+ unsigned long ipg_clk;
+ unsigned long bus_clk;
+#endif
#ifdef CONFIG_FSL_ESDHC
unsigned long sdhc_clk;
#endif