diff options
Diffstat (limited to 'arch/mips/alchemy/devboards/pb1500/platform.c')
-rw-r--r-- | arch/mips/alchemy/devboards/pb1500/platform.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/alchemy/devboards/pb1500/platform.c b/arch/mips/alchemy/devboards/pb1500/platform.c index 529acb789254..d443bc7aa76e 100644 --- a/arch/mips/alchemy/devboards/pb1500/platform.c +++ b/arch/mips/alchemy/devboards/pb1500/platform.c | |||
@@ -29,12 +29,12 @@ static int __init pb1500_dev_init(void) | |||
29 | int swapped; | 29 | int swapped; |
30 | 30 | ||
31 | /* PCMCIA. single socket, identical to Pb1500 */ | 31 | /* PCMCIA. single socket, identical to Pb1500 */ |
32 | db1x_register_pcmcia_socket(PCMCIA_ATTR_PSEUDO_PHYS, | 32 | db1x_register_pcmcia_socket(PCMCIA_ATTR_PHYS_ADDR, |
33 | PCMCIA_ATTR_PSEUDO_PHYS + 0x00040000 - 1, | 33 | PCMCIA_ATTR_PHYS_ADDR + 0x000400000 - 1, |
34 | PCMCIA_MEM_PSEUDO_PHYS, | 34 | PCMCIA_MEM_PHYS_ADDR, |
35 | PCMCIA_MEM_PSEUDO_PHYS + 0x00040000 - 1, | 35 | PCMCIA_MEM_PHYS_ADDR + 0x000400000 - 1, |
36 | PCMCIA_IO_PSEUDO_PHYS, | 36 | PCMCIA_IO_PHYS_ADDR, |
37 | PCMCIA_IO_PSEUDO_PHYS + 0x00001000 - 1, | 37 | PCMCIA_IO_PHYS_ADDR + 0x000010000 - 1, |
38 | AU1500_GPIO11_INT, /* card */ | 38 | AU1500_GPIO11_INT, /* card */ |
39 | AU1500_GPIO9_INT, /* insert */ | 39 | AU1500_GPIO9_INT, /* insert */ |
40 | /*AU1500_GPIO10_INT*/0, /* stschg */ | 40 | /*AU1500_GPIO10_INT*/0, /* stschg */ |