diff options
Diffstat (limited to 'arch/powerpc/platforms/85xx/mpc85xx_cds.c')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_cds.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_cds.c b/arch/powerpc/platforms/85xx/mpc85xx_cds.c index afe5868cd97..4d063eec621 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_cds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_cds.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <asm/machdep.h> | 36 | #include <asm/machdep.h> |
37 | #include <asm/ipic.h> | 37 | #include <asm/ipic.h> |
38 | #include <asm/pci-bridge.h> | 38 | #include <asm/pci-bridge.h> |
39 | #include <asm/mpc85xx.h> | ||
40 | #include <asm/irq.h> | 39 | #include <asm/irq.h> |
41 | #include <mm/mmu_decl.h> | 40 | #include <mm/mmu_decl.h> |
42 | #include <asm/prom.h> | 41 | #include <asm/prom.h> |
@@ -47,6 +46,15 @@ | |||
47 | #include <sysdev/fsl_soc.h> | 46 | #include <sysdev/fsl_soc.h> |
48 | #include <sysdev/fsl_pci.h> | 47 | #include <sysdev/fsl_pci.h> |
49 | 48 | ||
49 | /* CADMUS info */ | ||
50 | /* xxx - galak, move into device tree */ | ||
51 | #define CADMUS_BASE (0xf8004000) | ||
52 | #define CADMUS_SIZE (256) | ||
53 | #define CM_VER (0) | ||
54 | #define CM_CSR (1) | ||
55 | #define CM_RST (2) | ||
56 | |||
57 | |||
50 | static int cds_pci_slot = 2; | 58 | static int cds_pci_slot = 2; |
51 | static volatile u8 *cadmus; | 59 | static volatile u8 *cadmus; |
52 | 60 | ||