linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: DRA7-evm: Enable SATA PHY and USB PHY power supplies
@ 2014-06-25 12:56 Roger Quadros
  2014-06-25 22:27 ` Nishanth Menon
  0 siblings, 1 reply; 8+ messages in thread
From: Roger Quadros @ 2014-06-25 12:56 UTC (permalink / raw)
  To: tony
  Cc: nm, rnayak, balbi, nsekhar, kishon, george.cherian, linux-omap,
	linux-kernel, Roger Quadros

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 <rogerq@ti.com>
---
 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;
 				};
 			};
 		};
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-02 11:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 12:56 [PATCH] ARM: DRA7-evm: Enable SATA PHY and USB PHY power supplies Roger Quadros
2014-06-25 22:27 ` Nishanth Menon
2014-06-26  7:31   ` Tony Lindgren
2014-06-26  9:36     ` Roger Quadros
2014-06-26 14:22       ` Roger Quadros
2014-06-26 15:06         ` Tero Kristo
2014-06-30  7:55           ` Roger Quadros
2014-07-02 11:51             ` Roger Quadros

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).