summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMingkai Hu <Mingkai.hu@freescale.com>2009-09-22 14:53:34 +0800
committerKumar Gala <galak@kernel.crashing.org>2009-09-24 12:05:26 -0500
commit266139b88b43ae1d87abb5f5431e6f57b801795f (patch)
tree105e47a8bfec7237b255480762a64610e5befffd /include
parent098bcbae3172d73d24ca8ba196328d901eed4132 (diff)
downloadblackbird-obmc-uboot-266139b88b43ae1d87abb5f5431e6f57b801795f.tar.gz
blackbird-obmc-uboot-266139b88b43ae1d87abb5f5431e6f57b801795f.zip
immap_85xx: add porpllsr's plat ratio definition
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/immap_85xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h
index e7d412dba2..39fdb8e94f 100644
--- a/include/asm-ppc/immap_85xx.h
+++ b/include/asm-ppc/immap_85xx.h
@@ -1542,6 +1542,8 @@ typedef struct ccsr_gur {
#endif
#define MPC85xx_PORPLLSR_QE_RATIO 0x3e000000
#define MPC85xx_PORPLLSR_QE_RATIO_SHIFT 25
+#define MPC85xx_PORPLLSR_PLAT_RATIO 0x0000003e
+#define MPC85xx_PORPLLSR_PLAT_RATIO_SHIFT 1
uint porbmsr; /* 0xe0004 - POR boot mode status register */
#define MPC85xx_PORBMSR_HA 0x00070000
#define MPC85xx_PORBMSR_HA_SHIFT 16
OpenPOWER on IntegriCloud