Commit d9f37d9e authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: nomadik: register VMMC regulator



This adds the STw481x VMMC regulator to the Nomadik
device tree.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 272b98c6
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -709,6 +709,12 @@
		stw4811@2d {
			compatible = "st,stw4811";
			reg = <0x2d>;
			vmmc_regulator: vmmc {
				compatible = "st,stw481x-vmmc";
				regulator-name = "VMMC";
				regulator-min-microvolt = <1800000>;
				regulator-max-microvolt = <3300000>;
			};
		};
	};

@@ -839,6 +845,7 @@
			cd-inverted;
			pinctrl-names = "default";
			pinctrl-0 = <&mmcsd_default_mux>, <&mmcsd_default_mode>;
			vmmc-supply = <&vmmc_regulator>;
		};
	};
};