From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756609AbaFYW1r (ORCPT ); Wed, 25 Jun 2014 18:27:47 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42114 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752104AbaFYW1q (ORCPT ); Wed, 25 Jun 2014 18:27:46 -0400 Message-ID: <53AB4CE0.6020705@ti.com> Date: Wed, 25 Jun 2014 17:27:44 -0500 From: Nishanth Menon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Roger Quadros , CC: , , , , , , Subject: Re: [PATCH] ARM: DRA7-evm: Enable SATA PHY and USB PHY power supplies References: <1403700996-27105-1-git-send-email-rogerq@ti.com> In-Reply-To: <1403700996-27105-1-git-send-email-rogerq@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/25/2014 07:56 AM, Roger Quadros wrote: > The SATA and USB PHYs need the 1.8V and 3.3V supplies. > The PHY drivers/framework don't yet support regulator > supply so we have to keep these regulators always-on till > then. > > Signed-off-by: Roger Quadros > --- > arch/arm/boot/dts/dra7-evm.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts > index 4adc280..99a1f79 100644 > --- a/arch/arm/boot/dts/dra7-evm.dts > +++ b/arch/arm/boot/dts/dra7-evm.dts > @@ -241,6 +241,7 @@ > regulator-min-microvolt = <1800000>; > regulator-max-microvolt = <1800000>; > regulator-boot-on; > + regulator-always-on; > }; > > ldo9_reg: ldo9 { > @@ -266,6 +267,7 @@ > regulator-min-microvolt = <3300000>; > regulator-max-microvolt = <3300000>; > regulator-boot-on; > + regulator-always-on; > }; > }; > }; > Why not fix phy driver/framework as needed? the trouble is people always forget to remove always-on... who actually audits old logs and fixes stuff back up? -- Regards, Nishanth Menon