diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2013-05-23 09:13:45 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 08:06:50 -0400 |
commit | b6ff56a4acdc16c626f713bbad0528984234e550 (patch) | |
tree | 077cd5a617a02a5c17b3a708bcab2d84a274f955 | |
parent | 039ec0b8dc71912fa707242a338b5c0dbfe0104a (diff) |
ARM: ux500: Enable 100MHz for SD/SDIO/MMC devices
We are able to cope with an SDMMC clock of 100MHz so let's
make use of the full frequency instead of the half.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-sdi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-sdi.c b/arch/arm/mach-ux500/board-mop500-sdi.c index 0ef38775a0c1..eb9b2deac78a 100644 --- a/arch/arm/mach-ux500/board-mop500-sdi.c +++ b/arch/arm/mach-ux500/board-mop500-sdi.c | |||
@@ -53,7 +53,7 @@ static struct stedma40_chan_cfg mop500_sdi0_dma_cfg_tx = { | |||
53 | 53 | ||
54 | struct mmci_platform_data mop500_sdi0_data = { | 54 | struct mmci_platform_data mop500_sdi0_data = { |
55 | .ocr_mask = MMC_VDD_29_30, | 55 | .ocr_mask = MMC_VDD_29_30, |
56 | .f_max = 50000000, | 56 | .f_max = 100000000, |
57 | .capabilities = MMC_CAP_4_BIT_DATA | | 57 | .capabilities = MMC_CAP_4_BIT_DATA | |
58 | MMC_CAP_SD_HIGHSPEED | | 58 | MMC_CAP_SD_HIGHSPEED | |
59 | MMC_CAP_MMC_HIGHSPEED, | 59 | MMC_CAP_MMC_HIGHSPEED, |
@@ -106,7 +106,7 @@ static struct stedma40_chan_cfg sdi1_dma_cfg_tx = { | |||
106 | 106 | ||
107 | struct mmci_platform_data mop500_sdi1_data = { | 107 | struct mmci_platform_data mop500_sdi1_data = { |
108 | .ocr_mask = MMC_VDD_29_30, | 108 | .ocr_mask = MMC_VDD_29_30, |
109 | .f_max = 50000000, | 109 | .f_max = 100000000, |
110 | .capabilities = MMC_CAP_4_BIT_DATA, | 110 | .capabilities = MMC_CAP_4_BIT_DATA, |
111 | .gpio_cd = -1, | 111 | .gpio_cd = -1, |
112 | .gpio_wp = -1, | 112 | .gpio_wp = -1, |
@@ -143,7 +143,7 @@ static struct stedma40_chan_cfg mop500_sdi2_dma_cfg_tx = { | |||
143 | 143 | ||
144 | struct mmci_platform_data mop500_sdi2_data = { | 144 | struct mmci_platform_data mop500_sdi2_data = { |
145 | .ocr_mask = MMC_VDD_165_195, | 145 | .ocr_mask = MMC_VDD_165_195, |
146 | .f_max = 50000000, | 146 | .f_max = 100000000, |
147 | .capabilities = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | | 147 | .capabilities = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | |
148 | MMC_CAP_MMC_HIGHSPEED, | 148 | MMC_CAP_MMC_HIGHSPEED, |
149 | .gpio_cd = -1, | 149 | .gpio_cd = -1, |
@@ -181,7 +181,7 @@ static struct stedma40_chan_cfg mop500_sdi4_dma_cfg_tx = { | |||
181 | 181 | ||
182 | struct mmci_platform_data mop500_sdi4_data = { | 182 | struct mmci_platform_data mop500_sdi4_data = { |
183 | .ocr_mask = MMC_VDD_29_30, | 183 | .ocr_mask = MMC_VDD_29_30, |
184 | .f_max = 50000000, | 184 | .f_max = 100000000, |
185 | .capabilities = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | | 185 | .capabilities = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | |
186 | MMC_CAP_MMC_HIGHSPEED, | 186 | MMC_CAP_MMC_HIGHSPEED, |
187 | .gpio_cd = -1, | 187 | .gpio_cd = -1, |