diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-11 23:02:18 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-11 23:02:18 +0200 |
commit | 0b14121f93e330a8231f6dafc1c6eaf888f3dbe6 (patch) | |
tree | ac596fd6bdf9191534f36cf87f6e3950181f1b16 /arch/arm/mach-shmobile/include | |
parent | Merge branch 'renesas-r8a7740' into renesas-soc (diff) | |
parent | ARM: shmobile: use common DMAEngine definitions on sh73a0 (diff) | |
download | linux-0b14121f93e330a8231f6dafc1c6eaf888f3dbe6.tar.xz linux-0b14121f93e330a8231f6dafc1c6eaf888f3dbe6.zip |
Merge branch 'renesas-sh73a0' into renesas-soc
* renesas-sh73a0:
ARM: shmobile: use common DMAEngine definitions on sh73a0
ARM: shmobile: sh73a0: add DMAEngine support for MPDMAC
ARM: shmobile: sh73a0: add USB clock support
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh73a0.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh73a0.h b/arch/arm/mach-shmobile/include/mach/sh73a0.h index 398e2c10913b..fe950f25d793 100644 --- a/arch/arm/mach-shmobile/include/mach/sh73a0.h +++ b/arch/arm/mach-shmobile/include/mach/sh73a0.h @@ -516,6 +516,13 @@ enum { SHDMA_SLAVE_SDHI2_RX, SHDMA_SLAVE_MMCIF_TX, SHDMA_SLAVE_MMCIF_RX, + SHDMA_SLAVE_FSI2A_TX, + SHDMA_SLAVE_FSI2A_RX, + SHDMA_SLAVE_FSI2B_TX, + SHDMA_SLAVE_FSI2B_RX, + SHDMA_SLAVE_FSI2C_TX, + SHDMA_SLAVE_FSI2C_RX, + SHDMA_SLAVE_FSI2D_RX, }; /* |