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