Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: Add vmmc regulator node in exynos4412-origen.dts
@ 2013-01-17  5:48 Sachin Kamat
  2013-01-17  5:48 ` [PATCH 2/2] ARM: dts: Add sdhci node for exynos4412-origen Sachin Kamat
  2013-01-17  9:26 ` [PATCH 1/2] ARM: dts: Add vmmc regulator node in exynos4412-origen.dts Tomasz Figa
  0 siblings, 2 replies; 6+ messages in thread
From: Sachin Kamat @ 2013-01-17  5:48 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches

Added vmmc regulator node in exynos4412-origen.dts file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos4412-origen.dts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index df880c4..fe70bc6 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -27,6 +27,15 @@
 		bootargs ="console=ttySAC2,115200";
 	};
 
+	mmc_reg: voltage-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "VMEM_VDD_2.8V";
+		regulator-min-microvolt = <2800000>;
+		regulator-max-microvolt = <2800000>;
+		gpio = <&gpx1 1 0>;
+		enable-active-high;
+	};
+
 	serial@13800000 {
 		status = "okay";
 	};
-- 
1.7.4.1

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

end of thread, other threads:[~2013-01-18  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17  5:48 [PATCH 1/2] ARM: dts: Add vmmc regulator node in exynos4412-origen.dts Sachin Kamat
2013-01-17  5:48 ` [PATCH 2/2] ARM: dts: Add sdhci node for exynos4412-origen Sachin Kamat
2013-01-17  9:27   ` Tomasz Figa
2013-01-17  9:26 ` [PATCH 1/2] ARM: dts: Add vmmc regulator node in exynos4412-origen.dts Tomasz Figa
2013-01-17  9:49   ` Sachin Kamat
2013-01-17 23:59   ` Kukjin Kim

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