diff mbox

[2/3] ARM: vexpress_defconfig: Enable voltage regulator support

Message ID 1377032563-4502-3-git-send-email-fathi.boudra@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Fathi Boudra Aug. 20, 2013, 9:02 p.m. UTC
It is needed for the MMC controller and allows to use the SD card:

mmc0: host doesn't support card's voltages
mmc0: error -22 whilst initialising SD card

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 arch/arm/configs/vexpress_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Pawel Moll Aug. 21, 2013, 10:48 a.m. UTC | #1
On Tue, 2013-08-20 at 22:02 +0100, Fathi Boudra wrote:
> It is needed for the MMC controller and allows to use the SD card:
> 
> mmc0: host doesn't support card's voltages
> mmc0: error -22 whilst initialising SD card
> 
> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
>  arch/arm/configs/vexpress_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
> index 3f970f1..c2f7ca1 100644
> --- a/arch/arm/configs/vexpress_defconfig
> +++ b/arch/arm/configs/vexpress_defconfig
> @@ -77,6 +77,8 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
>  CONFIG_LEGACY_PTY_COUNT=16
>  # CONFIG_HW_RANDOM is not set
>  # CONFIG_HWMON is not set
> +CONFIG_REGULATOR=y
> +CONFIG_REGULATOR_VEXPRESS=y

The REGULATOR_VEXPRESS is not necessary to "fix" the MMC issue.
REGULATOR=y will make the REGULATOR_FIXED_VOLTAGE being selected, which
is enough.

Pawe?
diff mbox

Patch

diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index 3f970f1..c2f7ca1 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -77,6 +77,8 @@  CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 CONFIG_LEGACY_PTY_COUNT=16
 # CONFIG_HW_RANDOM is not set
 # CONFIG_HWMON is not set
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_VEXPRESS=y
 CONFIG_FB=y
 CONFIG_FB_ARMCLCD=y
 CONFIG_FRAMEBUFFER_CONSOLE=y