Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72638ddd authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

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: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 808d97cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;