diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/board-sh7757lcr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index 0838154dd21..33dc5b6e8e1 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c | |||
@@ -222,7 +222,8 @@ static struct sh_mmcif_dma sh7757lcr_mmcif_dma = { | |||
222 | static struct sh_mmcif_plat_data sh_mmcif_plat = { | 222 | static struct sh_mmcif_plat_data sh_mmcif_plat = { |
223 | .dma = &sh7757lcr_mmcif_dma, | 223 | .dma = &sh7757lcr_mmcif_dma, |
224 | .sup_pclk = 0x0f, | 224 | .sup_pclk = 0x0f, |
225 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, | 225 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | |
226 | MMC_CAP_NONREMOVABLE, | ||
226 | .ocr = MMC_VDD_32_33 | MMC_VDD_33_34, | 227 | .ocr = MMC_VDD_32_33 | MMC_VDD_33_34, |
227 | }; | 228 | }; |
228 | 229 | ||