diff options
author | Paul Mackerras <paulus@samba.org> | 2007-10-12 09:06:32 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-12 09:06:32 +1000 |
commit | 8087ebd5a121ac6bf5a8eba2459c01d3659c3e31 (patch) | |
tree | 31394658c138dcb130a229af03e3beefca8db642 /arch/powerpc/platforms/85xx/mpc85xx_cds.c | |
parent | 895532a166010d8d8b4d58d63d21012eced22492 (diff) | |
parent | 4d9e55103aec1ba7d0617cfd88412ec39e1e2d32 (diff) |
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.24
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 @@ #include <asm/machdep.h> #include <asm/ipic.h> #include <asm/pci-bridge.h> -#include <asm/mpc85xx.h> #include <asm/irq.h> #include <mm/mmu_decl.h> #include <asm/prom.h> @@ -47,6 +46,15 @@ #include <sysdev/fsl_soc.h> #include <sysdev/fsl_pci.h> +/* CADMUS info */ +/* xxx - galak, move into device tree */ +#define CADMUS_BASE (0xf8004000) +#define CADMUS_SIZE (256) +#define CM_VER (0) +#define CM_CSR (1) +#define CM_RST (2) + + static int cds_pci_slot = 2; static volatile u8 *cadmus; |