]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: Add vmmc regulator node in exynos4412-origen.dts
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 17 Jan 2013 23:56:48 +0000 (15:56 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 7 Mar 2013 10:39:48 +0000 (19:39 +0900)
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>
arch/arm/boot/dts/exynos4412-origen.dts

index df880c4368a1967b0cd5b5f45d11474555b3f903..fe70bc6b02f975dd6f8271f5b3c3098a1cc0fdae 100644 (file)
                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";
        };