aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-05 20:20:59 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-10-05 20:21:23 -0400
commitaf617c93b3975ff5b9e9a0922851dce47766da15 (patch)
treecbe33dff500db3f77df8923ce893914b32be111c
parent21b190d2499057b5deafbf11d577494db43b80db (diff)
ARM: dts: Add fixed voltage regulator to simple bus for origen
This has been done for Arndale board vide commit aa3edb65 ("ARM: dts: Put Arndale fixed voltage regulators on a simple-bus"). Replicate here for consistency and correctness. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos4210-origen.dts21
-rw-r--r--arch/arm/boot/dts/exynos4412-origen.dts21
2 files changed, 28 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index 382d8c7e2906..d3340db03000 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -32,13 +32,20 @@
32 bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc"; 32 bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
33 }; 33 };
34 34
35 mmc_reg: voltage-regulator { 35 regulators {
36 compatible = "regulator-fixed"; 36 compatible = "simple-bus";
37 regulator-name = "VMEM_VDD_2.8V"; 37 #address-cells = <1>;
38 regulator-min-microvolt = <2800000>; 38 #size-cells = <0>;
39 regulator-max-microvolt = <2800000>; 39
40 gpio = <&gpx1 1 0>; 40 mmc_reg: regulator@0 {
41 enable-active-high; 41 compatible = "regulator-fixed";
42 reg = <0>;
43 regulator-name = "VMEM_VDD_2.8V";
44 regulator-min-microvolt = <2800000>;
45 regulator-max-microvolt = <2800000>;
46 gpio = <&gpx1 1 0>;
47 enable-active-high;
48 };
42 }; 49 };
43 50
44 tmu@100C0000 { 51 tmu@100C0000 {
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index 8768b03702e5..d65984c440f6 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -32,13 +32,20 @@
32 reg = <0x0203F000 0x1000>; 32 reg = <0x0203F000 0x1000>;
33 }; 33 };
34 34
35 mmc_reg: voltage-regulator { 35 regulators {
36 compatible = "regulator-fixed"; 36 compatible = "simple-bus";
37 regulator-name = "VMEM_VDD_2.8V"; 37 #address-cells = <1>;
38 regulator-min-microvolt = <2800000>; 38 #size-cells = <0>;
39 regulator-max-microvolt = <2800000>; 39
40 gpio = <&gpx1 1 0>; 40 mmc_reg: regulator@0 {
41 enable-active-high; 41 compatible = "regulator-fixed";
42 reg = <0>;
43 regulator-name = "VMEM_VDD_2.8V";
44 regulator-min-microvolt = <2800000>;
45 regulator-max-microvolt = <2800000>;
46 gpio = <&gpx1 1 0>;
47 enable-active-high;
48 };
42 }; 49 };
43 50
44 pinctrl@11000000 { 51 pinctrl@11000000 {