From: Abhilash K V Date: Wed, 7 Dec 2011 21:15:05 +0000 (-0800) Subject: ARM: OMAP: AM3517: Support for MMC1 voltages X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0591ad661d76000ad4f18df86f68ed05e8c985a1;p=pandora-kernel.git ARM: OMAP: AM3517: Support for MMC1 voltages This patch fixes the following error message which appears while intializing MMC1 on the AM3517 EVM base-board: mmc0: host doesn't support card's voltages mmc0: error -22 whilst initialising SD card The ocr_mask, which enumerates the volatges supported by the MMC card was not being indicated before, assuming that a separate Vcc regulator maybe another controllable regulator driver would be doing this. This patch statically specifies a subset of the voltages supported by the MMC driver, which are provided by the current fixed voltage regulator on AM3517 EVM. Signed-off-by: Vaibhav Hiremath Signed-off-by: Abhilash K V Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed