commit | a9b05563343a8058d2f86dd546a1e78ae7530288 | [log] [tgz] |
---|---|---|
author | Jonathan Solnit <jsolnit@gmail.com> | Fri Feb 24 11:30:18 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:22 2012 +0200 |
tree | 57ff74a970a4fdecd67268e9fa64aadbd41493d6 | |
parent | 415d07e162c9fc84d0af13db3d9e746c603c1713 [diff] |
ARM:OMAP+:MMC: Add parameters to MMC init Add parameters to the OMAP MMC initialization function so the board can mask host capabilities and set the maximum clock frequency. While the OMAP supports a certain set of MMC host capabilities, individual boards may be more restricted and the OMAP may need to be configured to match the board. The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example. Signed-off-by: Jonathan Solnit <jsolnit@gmail.com>