aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/include/mach/sh7372.h4
-rw-r--r--arch/arm/mach-shmobile/setup-sh7372.c20
2 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h
index eb98b45c5089..d65fbbe84678 100644
--- a/arch/arm/mach-shmobile/include/mach/sh7372.h
+++ b/arch/arm/mach-shmobile/include/mach/sh7372.h
@@ -452,6 +452,10 @@ enum {
452 SHDMA_SLAVE_SCIF5_RX, 452 SHDMA_SLAVE_SCIF5_RX,
453 SHDMA_SLAVE_SCIF6_TX, 453 SHDMA_SLAVE_SCIF6_TX,
454 SHDMA_SLAVE_SCIF6_RX, 454 SHDMA_SLAVE_SCIF6_RX,
455 SHDMA_SLAVE_FLCTL0_TX,
456 SHDMA_SLAVE_FLCTL0_RX,
457 SHDMA_SLAVE_FLCTL1_TX,
458 SHDMA_SLAVE_FLCTL1_RX,
455 SHDMA_SLAVE_SDHI0_RX, 459 SHDMA_SLAVE_SDHI0_RX,
456 SHDMA_SLAVE_SDHI0_TX, 460 SHDMA_SLAVE_SDHI0_TX,
457 SHDMA_SLAVE_SDHI1_RX, 461 SHDMA_SLAVE_SDHI1_RX,
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c
index a07954fbcd22..a36011184c16 100644
--- a/arch/arm/mach-shmobile/setup-sh7372.c
+++ b/arch/arm/mach-shmobile/setup-sh7372.c
@@ -408,6 +408,26 @@ static const struct sh_dmae_slave_config sh7372_dmae_slaves[] = {
408 .chcr = CHCR_RX(XMIT_SZ_8BIT), 408 .chcr = CHCR_RX(XMIT_SZ_8BIT),
409 .mid_rid = 0x3e, 409 .mid_rid = 0x3e,
410 }, { 410 }, {
411 .slave_id = SHDMA_SLAVE_FLCTL0_TX,
412 .addr = 0xe6a30050,
413 .chcr = CHCR_TX(XMIT_SZ_32BIT),
414 .mid_rid = 0x83,
415 }, {
416 .slave_id = SHDMA_SLAVE_FLCTL0_RX,
417 .addr = 0xe6a30050,
418 .chcr = CHCR_RX(XMIT_SZ_32BIT),
419 .mid_rid = 0x83,
420 }, {
421 .slave_id = SHDMA_SLAVE_FLCTL1_TX,
422 .addr = 0xe6a30060,
423 .chcr = CHCR_TX(XMIT_SZ_32BIT),
424 .mid_rid = 0x87,
425 }, {
426 .slave_id = SHDMA_SLAVE_FLCTL1_RX,
427 .addr = 0xe6a30060,
428 .chcr = CHCR_RX(XMIT_SZ_32BIT),
429 .mid_rid = 0x87,
430 }, {
411 .slave_id = SHDMA_SLAVE_SDHI0_TX, 431 .slave_id = SHDMA_SLAVE_SDHI0_TX,
412 .addr = 0xe6850030, 432 .addr = 0xe6850030,
413 .chcr = CHCR_TX(XMIT_SZ_16BIT), 433 .chcr = CHCR_TX(XMIT_SZ_16BIT),