From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: [PATCH 1/2] ARM: dts: omap5-uevm: remove always_on, boot_on from smps10_out1 Date: Thu, 10 Oct 2013 09:19:50 -0500 Message-ID: <20131010141949.GA13277@kahuna> References: <1381402195-29257-1-git-send-email-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1381402195-29257-1-git-send-email-kishon@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Kishon Vijay Abraham I Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, linux@arm.linux.org.uk, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, tony@atomide.com, swarren@wwwdotorg.org, linux-kernel@vger.kernel.org, rob.herring@calxeda.com, bcousson@baylibre.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On 16:19-20131010, Kishon Vijay Abraham I wrote: > smps10 should be enabled only in the case of host mode. So stop > doing always_on, boot_on from smps10_out1. The driver will enable it in host > mode. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/boot/dts/omap5-uevm.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index d784b3a..e06a04a 100644 > --- a/arch/arm/boot/dts/omap5-uevm.dts > +++ b/arch/arm/boot/dts/omap5-uevm.dts > @@ -334,8 +334,6 @@ > regulator-name = "smps10_out1"; > regulator-min-microvolt = <5000000>; > regulator-max-microvolt = <5000000>; > - regulator-always-on; > - regulator-boot-on; > }; > > ldo1_reg: ldo1 { > -- Always good to get rid of regulator-always-on. Thanks for it. regulator-boot-on indicates that PMIC enables it by default as part of OTP or some internal behavior -> Looking at the measurements done on uEVM and OTP information -> regulator-boot-on should be kept here. Hence Nak. -- Regards, Nishanth Menon From mboxrd@z Thu Jan 1 00:00:00 1970 From: nm@ti.com (Nishanth Menon) Date: Thu, 10 Oct 2013 09:19:50 -0500 Subject: [PATCH 1/2] ARM: dts: omap5-uevm: remove always_on, boot_on from smps10_out1 In-Reply-To: <1381402195-29257-1-git-send-email-kishon@ti.com> References: <1381402195-29257-1-git-send-email-kishon@ti.com> Message-ID: <20131010141949.GA13277@kahuna> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 16:19-20131010, Kishon Vijay Abraham I wrote: > smps10 should be enabled only in the case of host mode. So stop > doing always_on, boot_on from smps10_out1. The driver will enable it in host > mode. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/boot/dts/omap5-uevm.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index d784b3a..e06a04a 100644 > --- a/arch/arm/boot/dts/omap5-uevm.dts > +++ b/arch/arm/boot/dts/omap5-uevm.dts > @@ -334,8 +334,6 @@ > regulator-name = "smps10_out1"; > regulator-min-microvolt = <5000000>; > regulator-max-microvolt = <5000000>; > - regulator-always-on; > - regulator-boot-on; > }; > > ldo1_reg: ldo1 { > -- Always good to get rid of regulator-always-on. Thanks for it. regulator-boot-on indicates that PMIC enables it by default as part of OTP or some internal behavior -> Looking at the measurements done on uEVM and OTP information -> regulator-boot-on should be kept here. Hence Nak. -- Regards, Nishanth Menon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755659Ab3JJOUn (ORCPT ); Thu, 10 Oct 2013 10:20:43 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:37704 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755605Ab3JJOUl (ORCPT ); Thu, 10 Oct 2013 10:20:41 -0400 Date: Thu, 10 Oct 2013 09:19:50 -0500 From: Nishanth Menon To: Kishon Vijay Abraham I CC: , , , , , , , , , , , Subject: Re: [PATCH 1/2] ARM: dts: omap5-uevm: remove always_on, boot_on from smps10_out1 Message-ID: <20131010141949.GA13277@kahuna> References: <1381402195-29257-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1381402195-29257-1-git-send-email-kishon@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16:19-20131010, Kishon Vijay Abraham I wrote: > smps10 should be enabled only in the case of host mode. So stop > doing always_on, boot_on from smps10_out1. The driver will enable it in host > mode. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/boot/dts/omap5-uevm.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index d784b3a..e06a04a 100644 > --- a/arch/arm/boot/dts/omap5-uevm.dts > +++ b/arch/arm/boot/dts/omap5-uevm.dts > @@ -334,8 +334,6 @@ > regulator-name = "smps10_out1"; > regulator-min-microvolt = <5000000>; > regulator-max-microvolt = <5000000>; > - regulator-always-on; > - regulator-boot-on; > }; > > ldo1_reg: ldo1 { > -- Always good to get rid of regulator-always-on. Thanks for it. regulator-boot-on indicates that PMIC enables it by default as part of OTP or some internal behavior -> Looking at the measurements done on uEVM and OTP information -> regulator-boot-on should be kept here. Hence Nak. -- Regards, Nishanth Menon