Browse Source

ARM: dts: Add vmmc regulator node in exynos4412-origen.dts

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

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Sachin Kamat 12 years ago
parent
commit
2da3d9562b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      arch/arm/boot/dts/exynos4412-origen.dts

+ 9 - 0
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";
 	};