mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 07:36:10 -04:00
ARM: 6034/1: ARM: U300: set f_max to 24 MHz for MMCI
This employs the frequency setting mechanism introduced to the MMCI to specify that this system can actually be clocked at 24 MHz. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
808d97ccbe
commit
72638ddd14
@@ -101,6 +101,7 @@ int __devinit mmc_init(struct amba_device *adev)
|
||||
* we have a regulator we can control instead.
|
||||
*/
|
||||
/* Nominally 2.85V on our platform */
|
||||
mmci_card->mmc0_plat_data.f_max = 24000000;
|
||||
mmci_card->mmc0_plat_data.status = mmc_status;
|
||||
mmci_card->mmc0_plat_data.gpio_wp = -1;
|
||||
mmci_card->mmc0_plat_data.gpio_cd = -1;
|
||||
|
||||
Reference in New Issue
Block a user