]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: Add missing vmmc2 regulator for twl
authorTony Lindgren <tony@atomide.com>
Fri, 7 Jun 2013 22:01:58 +0000 (15:01 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Jul 2013 08:04:05 +0000 (01:04 -0700)
For some reason vmmc2 regulator is missing for twl.
Let's add it.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/twl4030.dtsi

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