aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/alchemy/common/platform.c')
-rw-r--r--arch/mips/alchemy/common/platform.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/mips/alchemy/common/platform.c b/arch/mips/alchemy/common/platform.c
index bf1ac414d4b..7eca306175f 100644
--- a/arch/mips/alchemy/common/platform.c
+++ b/arch/mips/alchemy/common/platform.c
@@ -263,13 +263,13 @@ static struct resource au1200_mmc0_resources[] = {
263 .flags = IORESOURCE_IRQ, 263 .flags = IORESOURCE_IRQ,
264 }, 264 },
265 [2] = { 265 [2] = {
266 .start = DSCR_CMD0_SDMS_TX0, 266 .start = AU1200_DSCR_CMD0_SDMS_TX0,
267 .end = DSCR_CMD0_SDMS_TX0, 267 .end = AU1200_DSCR_CMD0_SDMS_TX0,
268 .flags = IORESOURCE_DMA, 268 .flags = IORESOURCE_DMA,
269 }, 269 },
270 [3] = { 270 [3] = {
271 .start = DSCR_CMD0_SDMS_RX0, 271 .start = AU1200_DSCR_CMD0_SDMS_RX0,
272 .end = DSCR_CMD0_SDMS_RX0, 272 .end = AU1200_DSCR_CMD0_SDMS_RX0,
273 .flags = IORESOURCE_DMA, 273 .flags = IORESOURCE_DMA,
274 } 274 }
275}; 275};
@@ -299,13 +299,13 @@ static struct resource au1200_mmc1_resources[] = {
299 .flags = IORESOURCE_IRQ, 299 .flags = IORESOURCE_IRQ,
300 }, 300 },
301 [2] = { 301 [2] = {
302 .start = DSCR_CMD0_SDMS_TX1, 302 .start = AU1200_DSCR_CMD0_SDMS_TX1,
303 .end = DSCR_CMD0_SDMS_TX1, 303 .end = AU1200_DSCR_CMD0_SDMS_TX1,
304 .flags = IORESOURCE_DMA, 304 .flags = IORESOURCE_DMA,
305 }, 305 },
306 [3] = { 306 [3] = {
307 .start = DSCR_CMD0_SDMS_RX1, 307 .start = AU1200_DSCR_CMD0_SDMS_RX1,
308 .end = DSCR_CMD0_SDMS_RX1, 308 .end = AU1200_DSCR_CMD0_SDMS_RX1,
309 .flags = IORESOURCE_DMA, 309 .flags = IORESOURCE_DMA,
310 } 310 }
311}; 311};