diff options
Diffstat (limited to 'arch/powerpc/boot/dcr.h')
-rw-r--r-- | arch/powerpc/boot/dcr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dcr.h b/arch/powerpc/boot/dcr.h index 55655f78505a..95b9f5344016 100644 --- a/arch/powerpc/boot/dcr.h +++ b/arch/powerpc/boot/dcr.h | |||
@@ -146,7 +146,12 @@ static const unsigned long sdram_bxcr[] = { SDRAM0_B0CR, SDRAM0_B1CR, | |||
146 | #define DCRN_CPC0_PLLMR 0xb0 | 146 | #define DCRN_CPC0_PLLMR 0xb0 |
147 | #define DCRN_405_CPC0_CR0 0xb1 | 147 | #define DCRN_405_CPC0_CR0 0xb1 |
148 | #define DCRN_405_CPC0_CR1 0xb2 | 148 | #define DCRN_405_CPC0_CR1 0xb2 |
149 | #define DCRN_405_CPC0_PSR 0xb4 | ||
149 | 150 | ||
151 | /* 405EP Clocking/Power Management/Chip Control regs */ | ||
152 | #define DCRN_CPC0_PLLMR0 0xf0 | ||
153 | #define DCRN_CPC0_PLLMR1 0xf4 | ||
154 | #define DCRN_CPC0_UCR 0xf5 | ||
150 | 155 | ||
151 | /* 440GX Clock control etc */ | 156 | /* 440GX Clock control etc */ |
152 | 157 | ||