mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 20:28:59 +00:00
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>
This commit is contained in:
parent
98305c0764
commit
27f4ddfbf3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue