From: Pawel Moll Date: Fri, 28 Nov 2014 16:44:31 +0000 (+0000) Subject: ARM: vexpress: Enable regulator framework when MMCI is in use X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1dd5889cf163f4b2302738bd22cde9e32125da;p=pandora-kernel.git ARM: vexpress: Enable regulator framework when MMCI is in use The MMCI driver, when used with a Device Tree described device, relies on the "vmmc" voltage regulator supply to set the OCR register voltage bits, using MMC core's mmc_regulator_get_supply() function. Without the regulator framework present there are no valid operating voltages reported and the device initialisation fails: mmci-pl18x 10005000.mmci: No vmmc regulator found mmci-pl18x 10005000.mmci: no support for card's volts mmc0: error -22 whilst initialising SD card Signed-off-by: Pawel Moll Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed