diff mbox

[03/37] ARM: mvebu: Armada 388 GP: Remove unneeded regulator property

Message ID 1444684386-17094-4-git-send-email-laurent.pinchart@ideasonboard.com (mailing list archive)
State New, archived
Headers show

Commit Message

Laurent Pinchart Oct. 12, 2015, 9:12 p.m. UTC
The enable-active-high regulator property only makes sense when an
enable GPIO is specified. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 arch/arm/boot/dts/armada-388-gp.dts | 2 --
 1 file changed, 2 deletions(-)

Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

Comments

Thomas Petazzoni Oct. 13, 2015, 8:37 a.m. UTC | #1
Laurent,

On Tue, 13 Oct 2015 00:12:32 +0300, Laurent Pinchart wrote:
> The enable-active-high regulator property only makes sense when an
> enable GPIO is specified. Remove it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  arch/arm/boot/dts/armada-388-gp.dts | 2 --
>  1 file changed, 2 deletions(-)

Thanks, but this patch is no longer needed, since commit
b5999dcbdb96570c130772ac2055a4d34ec8b3d7 actually added the reference
to the gpio controlling the regulator.

Best regards,

Thomas
diff mbox

Patch

diff --git a/arch/arm/boot/dts/armada-388-gp.dts b/arch/arm/boot/dts/armada-388-gp.dts
index fd4f6fd8a2e8..ebf6e8c2c522 100644
--- a/arch/arm/boot/dts/armada-388-gp.dts
+++ b/arch/arm/boot/dts/armada-388-gp.dts
@@ -301,9 +301,7 @@ 
 	reg_sata0: pwr-sata0 {
 		compatible = "regulator-fixed";
 		regulator-name = "pwr_en_sata0";
-		enable-active-high;
 		regulator-always-on;
-
 	};
 
 	reg_5v_sata0: v5-sata0 {