diff options
author | Haiying Wang <Haiying.Wang@freescale.com> | 2009-05-20 12:30:29 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-12 17:16:59 -0500 |
commit | b3d7f20f43a0f8d11c65e2f92153b5512b11580c (patch) | |
tree | 8a840b991bf04c01c27ab769d8185f78ea07e752 /include/e500.h | |
parent | 71b358cc26792889bbac35054d8e89d59b3fabc4 (diff) |
85xx: Add QE clk support
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Acked-by: Timur Tabi <Timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/e500.h')
-rw-r--r-- | include/e500.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/e500.h b/include/e500.h index 4c5eeb74e14..84b580de1f4 100644 --- a/include/e500.h +++ b/include/e500.h @@ -18,6 +18,7 @@ typedef struct unsigned long freqSystemBus; unsigned long freqDDRBus; unsigned long freqLocalBus; + unsigned long freqQE; } MPC85xx_SYS_INFO; #endif /* _ASMLANGUAGE */ |