ARM: dts: omap3-gta04: Add twl4030 regulators parameters
authorMarek Belisko <marek@goldelico.com>
Tue, 22 Jul 2014 19:30:20 +0000 (21:30 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Jul 2014 08:58:58 +0000 (01:58 -0700)
Define voltages and properties for various twl4030
regulators used on gta04 board.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dts

index ab58607..fd34f91 100644 (file)
        bb_uamp = <150>;
 };
 
+/* spare */
+&vaux1 {
+       regulator-min-microvolt = <2500000>;
+       regulator-max-microvolt = <3000000>;
+};
+
+/* sensors */
+&vaux2 {
+       regulator-min-microvolt = <2800000>;
+       regulator-max-microvolt = <2800000>;
+       regulator-always-on;
+};
+
+/* camera */
+&vaux3 {
+       regulator-min-microvolt = <2500000>;
+       regulator-max-microvolt = <2500000>;
+};
+
+/* WLAN/BT */
 &vaux4 {
        regulator-min-microvolt = <2800000>;
        regulator-max-microvolt = <3150000>;
 };
 
+/* GPS LNA */
+&vsim {
+       regulator-min-microvolt = <2800000>;
+       regulator-max-microvolt = <3150000>;
+};
+
 /* Needed to power the DPI pins */
 &vpll2 {
        regulator-always-on;