diff mbox

[1/5] ARM: dts: tx53: remove redundant regulator-boot-on

Message ID 1395235721-13847-1-git-send-email-LW@KARO-electronics.de
State New
Headers show

Commit Message

Lothar Waßmann March 19, 2014, 1:28 p.m. UTC
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
---
 arch/arm/boot/dts/imx53-tx53-x13x.dts |    2 --
 1 file changed, 2 deletions(-)

Comments

Shawn Guo March 22, 2014, 6:47 a.m. UTC | #1
On Wed, Mar 19, 2014 at 02:28:37PM +0100, Lothar Waßmann wrote:
> 
> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>

Please add something in the commit log, e.g. why regulator-boot-on is
redundant in this case.

Shawn

> ---
>  arch/arm/boot/dts/imx53-tx53-x13x.dts |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx53-tx53-x13x.dts b/arch/arm/boot/dts/imx53-tx53-x13x.dts
> index 6480471..c8a3473 100644
> --- a/arch/arm/boot/dts/imx53-tx53-x13x.dts
> +++ b/arch/arm/boot/dts/imx53-tx53-x13x.dts
> @@ -72,7 +72,6 @@
>  			regulator-max-microvolt = <3300000>;
>  			gpio = <&gpio3 29 GPIO_ACTIVE_HIGH>;
>  			enable-active-high;
> -			regulator-boot-on;
>  		};
>  
>  		reg_lcd_pwr1: regulator@6 {
> @@ -83,7 +82,6 @@
>  			regulator-max-microvolt = <3300000>;
>  			gpio = <&gpio2 31 GPIO_ACTIVE_HIGH>;
>  			enable-active-high;
> -			regulator-boot-on;
>  		};
>  	};
>  };
> -- 
> 1.7.10.4
> 
> 
>
Lothar Waßmann March 24, 2014, 12:51 p.m. UTC | #2
Hi,

Shawn Guo wrote:
> On Wed, Mar 19, 2014 at 02:28:37PM +0100, Lothar Waßmann wrote:
> > 
> > Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
> 
> Please add something in the commit log, e.g. why regulator-boot-on is
> redundant in this case.
> 
OK.


Lothar Waßmann
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx53-tx53-x13x.dts b/arch/arm/boot/dts/imx53-tx53-x13x.dts
index 6480471..c8a3473 100644
--- a/arch/arm/boot/dts/imx53-tx53-x13x.dts
+++ b/arch/arm/boot/dts/imx53-tx53-x13x.dts
@@ -72,7 +72,6 @@ 
 			regulator-max-microvolt = <3300000>;
 			gpio = <&gpio3 29 GPIO_ACTIVE_HIGH>;
 			enable-active-high;
-			regulator-boot-on;
 		};
 
 		reg_lcd_pwr1: regulator@6 {
@@ -83,7 +82,6 @@ 
 			regulator-max-microvolt = <3300000>;
 			gpio = <&gpio2 31 GPIO_ACTIVE_HIGH>;
 			enable-active-high;
-			regulator-boot-on;
 		};
 	};
 };