Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251367
b: refs/heads/master
c: 19aec34
h: refs/heads/master
i:
  251365: 19c9e20
  251363: 92bdf36
  251359: 88286cd
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 25, 2011
1 parent ba7a5bb commit 6e9460c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 681e1b3eeb3606e06a7c4984e8058df84296f8bb
refs/heads/master: 19aec34bd8c7309e39b19ed3bc9b7989d138b043
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-ag5evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,19 @@ static struct resource sh_mmcif_resources[] = {
},
};

static struct sh_mmcif_dma sh_mmcif_dma = {
.chan_priv_rx = {
.slave_id = SHDMA_SLAVE_MMCIF_RX,
},
.chan_priv_tx = {
.slave_id = SHDMA_SLAVE_MMCIF_TX,
},
};
static struct sh_mmcif_plat_data sh_mmcif_platdata = {
.sup_pclk = 0,
.ocr = MMC_VDD_165_195,
.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
.dma = &sh_mmcif_dma,
};

static struct platform_device mmc_device = {
Expand Down

0 comments on commit 6e9460c

Please sign in to comment.