aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-05-28 09:55:56 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-24 15:25:18 -0400
commitd9f37d9e6af8a6477e36f2686a1a9a09d9b3cacf (patch)
tree530cf93ad6d4c7518466ffe32dc3e25c654931bc
parent272b98c6455f00884f0350f775c5342358ebb73f (diff)
ARM: nomadik: register VMMC regulator
This adds the STw481x VMMC regulator to the Nomadik device tree. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/boot/dts/ste-nomadik-stn8815.dtsi11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index 9169d3025f39..0e543e09beea 100644
--- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
@@ -707,8 +707,14 @@
707 pinctrl-0 = <&i2c0_default_mux>, <&i2c0_default_mode>; 707 pinctrl-0 = <&i2c0_default_mux>, <&i2c0_default_mode>;
708 708
709 stw4811@2d { 709 stw4811@2d {
710 compatible = "st,stw4811"; 710 compatible = "st,stw4811";
711 reg = <0x2d>; 711 reg = <0x2d>;
712 vmmc_regulator: vmmc {
713 compatible = "st,stw481x-vmmc";
714 regulator-name = "VMMC";
715 regulator-min-microvolt = <1800000>;
716 regulator-max-microvolt = <3300000>;
717 };
712 }; 718 };
713 }; 719 };
714 720
@@ -839,6 +845,7 @@
839 cd-inverted; 845 cd-inverted;
840 pinctrl-names = "default"; 846 pinctrl-names = "default";
841 pinctrl-0 = <&mmcsd_default_mux>, <&mmcsd_default_mode>; 847 pinctrl-0 = <&mmcsd_default_mux>, <&mmcsd_default_mode>;
848 vmmc-supply = <&vmmc_regulator>;
842 }; 849 };
843 }; 850 };
844}; 851};