linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: vexpress_defconfig: Enable voltage regulators
@ 2013-08-16 20:28 Christoffer Dall
  2013-08-19 19:03 ` Fathi Boudra
  0 siblings, 1 reply; 2+ messages in thread
From: Christoffer Dall @ 2013-08-16 20:28 UTC (permalink / raw)
  To: linux-arm-kernel

Enable voltage regulators by default for versatile express.

This should work on all verstatile express platforms and not enabling it
prevents a defconfig'ed kernel from using the SD card controller on the
qemu emulated platform, which is unfortunate for first-time casual
users.

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
---

Changelog[v1 -> v2]:
 - Only enabling CONFIG_REGULATOR is sufficient to boot qemu guests as
   pointedout by Tixy.

 arch/arm/configs/vexpress_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index f2de51f..d46c22a 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -138,3 +138,4 @@ CONFIG_DEBUG_LL=y
 CONFIG_EARLY_PRINTK=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
 # CONFIG_CRYPTO_HW is not set
+CONFIG_REGULATOR=y
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2] ARM: vexpress_defconfig: Enable voltage regulators
  2013-08-16 20:28 [PATCH v2] ARM: vexpress_defconfig: Enable voltage regulators Christoffer Dall
@ 2013-08-19 19:03 ` Fathi Boudra
  0 siblings, 0 replies; 2+ messages in thread
From: Fathi Boudra @ 2013-08-19 19:03 UTC (permalink / raw)
  To: linux-arm-kernel

On 16 August 2013 23:28, Christoffer Dall <christoffer.dall@linaro.org> wrote:
> Enable voltage regulators by default for versatile express.
>
> This should work on all verstatile express platforms and not enabling it
> prevents a defconfig'ed kernel from using the SD card controller on the
> qemu emulated platform, which is unfortunate for first-time casual
> users.
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
> ---
>
> Changelog[v1 -> v2]:
>  - Only enabling CONFIG_REGULATOR is sufficient to boot qemu guests as
>    pointedout by Tixy.
>
>  arch/arm/configs/vexpress_defconfig |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
> index f2de51f..d46c22a 100644
> --- a/arch/arm/configs/vexpress_defconfig
> +++ b/arch/arm/configs/vexpress_defconfig
> @@ -138,3 +138,4 @@ CONFIG_DEBUG_LL=y
>  CONFIG_EARLY_PRINTK=y
>  # CONFIG_CRYPTO_ANSI_CPRNG is not set
>  # CONFIG_CRYPTO_HW is not set
> +CONFIG_REGULATOR=y
+CONFIG_REGULATOR_VEXPRESS=y

include also CONFIG_REGULATOR_VEXPRESS as used in our config fragment.

Tested-by: Fathi Boudra <fathi.boudra@linaro.org>

> --
> 1.7.10.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-19 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 20:28 [PATCH v2] ARM: vexpress_defconfig: Enable voltage regulators Christoffer Dall
2013-08-19 19:03 ` Fathi Boudra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).