Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1203984 > unrolled thread

[PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0

Started byGrzegorz Jaszczyk <jaz@semihalf.com>
First post2015-08-10 12:00 +0200
Last post2015-08-10 13:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0 Grzegorz Jaszczyk <jaz@semihalf.com> - 2015-08-10 12:00 +0200
    Re: [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x  USB3.0 Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-08-10 13:10 +0200

#1203984 — [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0

FromGrzegorz Jaszczyk <jaz@semihalf.com>
Date2015-08-10 12:00 +0200
Subject[PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0
Message-ID<pVS2a-2wD-105@gated-at.bofh.it>
	This patch enables the fixed voltage regulator and the gpio PCA953X
	drivers in mvebu_v7_defconfig, as they are used for enabling the USB3.0
	phy on some of the Armada's 38x boards.

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Cc: <stable@vger.kernel.org>
---
 arch/arm/configs/mvebu_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index cacc9f4..1b8ecf4 100644
--- a/arch/arm/configs/mvebu_v7_defconfig
+++ b/arch/arm/configs/mvebu_v7_defconfig
@@ -83,11 +83,14 @@ CONFIG_I2C_MV64XXX=y
 CONFIG_SPI=y
 CONFIG_SPI_ORION=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_PCA953X=y
 CONFIG_SENSORS_GPIO_FAN=y
 CONFIG_THERMAL=y
 CONFIG_ARMADA_THERMAL=y
 CONFIG_WATCHDOG=y
 CONFIG_ORION_WATCHDOG=y
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1204168 — Re: [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0

FromGregory CLEMENT <gregory.clement@free-electrons.com>
Date2015-08-10 13:10 +0200
SubjectRe: [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0
Message-ID<pVT7R-4oP-49@gated-at.bofh.it>
In reply to#1203984
Hi Grzegorz,

On 10/08/2015 11:51, Grzegorz Jaszczyk wrote:
> 	This patch enables the fixed voltage regulator and the gpio PCA953X
> 	drivers in mvebu_v7_defconfig, as they are used for enabling the USB3.0
> 	phy on some of the Armada's 38x boards.
> 

The same patch had already been merged in arm-soc and should be part of
4.3: See: "ARM: mvebu: update mvebu_v7_defconfig with features needed
for Armada 388 GP".
http://thread.gmane.org/gmane.linux.ports.arm.kernel/421082/focus=425086

Thanks,

Gregory

> Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
> Cc: <stable@vger.kernel.org>
> ---
>  arch/arm/configs/mvebu_v7_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
> index cacc9f4..1b8ecf4 100644
> --- a/arch/arm/configs/mvebu_v7_defconfig
> +++ b/arch/arm/configs/mvebu_v7_defconfig
> @@ -83,11 +83,14 @@ CONFIG_I2C_MV64XXX=y
>  CONFIG_SPI=y
>  CONFIG_SPI_ORION=y
>  CONFIG_GPIO_SYSFS=y
> +CONFIG_GPIO_PCA953X=y
>  CONFIG_SENSORS_GPIO_FAN=y
>  CONFIG_THERMAL=y
>  CONFIG_ARMADA_THERMAL=y
>  CONFIG_WATCHDOG=y
>  CONFIG_ORION_WATCHDOG=y
> +CONFIG_REGULATOR=y
> +CONFIG_REGULATOR_FIXED_VOLTAGE=y
>  CONFIG_SOUND=y
>  CONFIG_SND=y
>  CONFIG_SND_SOC=y
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web