Commit 13782a7e authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Add missing vmmc2 regulator for twl

For some reason vmmc2 regulator is missing for twl.
Let's add it.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ad81f054
......@@ -47,6 +47,12 @@ vmmc1: regulator-vmmc1 {
regulator-max-microvolt = <3150000>;
};
vmmc2: regulator-vmmc2 {
compatible = "ti,twl4030-vmmc2";
regulator-min-microvolt = <1850000>;
regulator-max-microvolt = <3150000>;
};
vusb1v5: regulator-vusb1v5 {
compatible = "ti,twl4030-vusb1v5";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment