public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] ARM: tegra: Fix sd4 regulator in Jetson TK1 device tree
@ 2014-09-22 17:57 Vidya Sagar
  2014-09-22 19:06 ` Stephen Warren
  0 siblings, 1 reply; 9+ messages in thread
From: Vidya Sagar @ 2014-09-22 17:57 UTC (permalink / raw)
  To: thierry.reding, swarren, ldewangan
  Cc: kthota, linux-tegra, linux, linux-kernel, Vidya Sagar

sd4 is an always on regulator which is turned on at boot time.
It is externally controller through gpio. This change
reflects the same in Jetson TK1 device tree

Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
---
 arch/arm/boot/dts/tegra124-jetson-tk1.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
index 029c9a02..5c2201a 100644
--- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
@@ -1550,6 +1550,9 @@
 					regulator-name = "+1.05V_RUN";
 					regulator-min-microvolt = <1050000>;
 					regulator-max-microvolt = <1050000>;
+					regulator-always-on;
+					regulator-boot-on;
+					ams,ext-control = <1>;
 				};
 
 				vddio_1v8: sd5 {
-- 
1.8.1.5


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

end of thread, other threads:[~2014-10-06 16:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 17:57 [PATCH v1] ARM: tegra: Fix sd4 regulator in Jetson TK1 device tree Vidya Sagar
2014-09-22 19:06 ` Stephen Warren
2014-09-29 10:25   ` Vidya Sagar
2014-09-29 15:45     ` Stephen Warren
2014-10-01 17:13       ` Vidya Sagar
2014-10-01 17:47         ` Stephen Warren
2014-10-06  8:49           ` Vidya Sagar
2014-10-06 15:34             ` Thierry Reding
2014-10-06 16:12               ` Vidya Sagar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox