Skip to content

Commit

Permalink
ARM: shmobile: kzm9g: enable DMAEngine on SHDI0 and SDHI2
Browse files Browse the repository at this point in the history
This patch enables DMAEngine on SHDI0 and SDHI2 for kzm9g.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
  • Loading branch information
Tetsuyuki Kobayashi authored and Simon Horman committed Oct 30, 2012
1 parent 608c562 commit bd9e2e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-shmobile/board-kzm9g.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ static struct regulator_consumer_supply fixed2v8_power_consumers[] =

/* SDHI */
static struct sh_mobile_sdhi_info sdhi0_info = {
.dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
.dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
.tmio_flags = TMIO_MMC_HAS_IDLE_WAIT,
.tmio_caps = MMC_CAP_SD_HIGHSPEED,
.tmio_ocr_mask = MMC_VDD_27_28 | MMC_VDD_28_29,
Expand Down Expand Up @@ -424,6 +426,8 @@ static struct platform_device sdhi0_device = {

/* Micro SD */
static struct sh_mobile_sdhi_info sdhi2_info = {
.dma_slave_tx = SHDMA_SLAVE_SDHI2_TX,
.dma_slave_rx = SHDMA_SLAVE_SDHI2_RX,
.tmio_flags = TMIO_MMC_HAS_IDLE_WAIT |
TMIO_MMC_USE_GPIO_CD |
TMIO_MMC_WRPROTECT_DISABLE,
Expand Down

0 comments on commit bd9e2e7

Please sign in to comment.