* [PATCH] ARM: mvebu: remove duplicated regulator definition in Armada 388 GP
@ 2015-12-04 13:29 Thomas Petazzoni
2015-12-07 17:24 ` Gregory CLEMENT
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-04 13:29 UTC (permalink / raw)
To: Jason Cooper, Andrew Lunn, Sebastian Hesselbarth, Gregory Clement
Cc: Nadav Haklai, Lior Amsalem, linux-arm-kernel, Thomas Petazzoni,
# v4 . 0+
The Armada 388 GP Device Tree file describes two times a regulator
named 'reg_usb2_1_vbus', with the exact same description. This has
been wrong since Armada 388 GP support was introduced.
Fixes: 928413bd859c0 ("ARM: mvebu: Add Armada 388 General Purpose Development Board support")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: <stable@vger.kernel.org> # v4.0+
---
arch/arm/boot/dts/armada-388-gp.dts | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/arch/arm/boot/dts/armada-388-gp.dts b/arch/arm/boot/dts/armada-388-gp.dts
index a633be3..cd31602 100644
--- a/arch/arm/boot/dts/armada-388-gp.dts
+++ b/arch/arm/boot/dts/armada-388-gp.dts
@@ -303,16 +303,6 @@
gpio = <&expander0 4 GPIO_ACTIVE_HIGH>;
};
- reg_usb2_1_vbus: v5-vbus1 {
- compatible = "regulator-fixed";
- regulator-name = "v5.0-vbus1";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- enable-active-high;
- regulator-always-on;
- gpio = <&expander0 4 GPIO_ACTIVE_HIGH>;
- };
-
reg_sata0: pwr-sata0 {
compatible = "regulator-fixed";
regulator-name = "pwr_en_sata0";
--
2.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: mvebu: remove duplicated regulator definition in Armada 388 GP
2015-12-04 13:29 [PATCH] ARM: mvebu: remove duplicated regulator definition in Armada 388 GP Thomas Petazzoni
@ 2015-12-07 17:24 ` Gregory CLEMENT
0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2015-12-07 17:24 UTC (permalink / raw)
To: Thomas Petazzoni
Cc: Jason Cooper, Andrew Lunn, Sebastian Hesselbarth, Nadav Haklai,
Lior Amsalem, linux-arm-kernel, # v4 . 0+
Hi Thomas,
On ven., déc. 04 2015, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> The Armada 388 GP Device Tree file describes two times a regulator
> named 'reg_usb2_1_vbus', with the exact same description. This has
> been wrong since Armada 388 GP support was introduced.
>
> Fixes: 928413bd859c0 ("ARM: mvebu: Add Armada 388 General Purpose Development Board support")
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: <stable@vger.kernel.org> # v4.0+
Applied on mvebu/dt
Thanks,
Gregory
> ---
> arch/arm/boot/dts/armada-388-gp.dts | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/arch/arm/boot/dts/armada-388-gp.dts b/arch/arm/boot/dts/armada-388-gp.dts
> index a633be3..cd31602 100644
> --- a/arch/arm/boot/dts/armada-388-gp.dts
> +++ b/arch/arm/boot/dts/armada-388-gp.dts
> @@ -303,16 +303,6 @@
> gpio = <&expander0 4 GPIO_ACTIVE_HIGH>;
> };
>
> - reg_usb2_1_vbus: v5-vbus1 {
> - compatible = "regulator-fixed";
> - regulator-name = "v5.0-vbus1";
> - regulator-min-microvolt = <5000000>;
> - regulator-max-microvolt = <5000000>;
> - enable-active-high;
> - regulator-always-on;
> - gpio = <&expander0 4 GPIO_ACTIVE_HIGH>;
> - };
> -
> reg_sata0: pwr-sata0 {
> compatible = "regulator-fixed";
> regulator-name = "pwr_en_sata0";
> --
> 2.6.3
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-07 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04 13:29 [PATCH] ARM: mvebu: remove duplicated regulator definition in Armada 388 GP Thomas Petazzoni
2015-12-07 17:24 ` Gregory CLEMENT
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).