aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Belisko <marek@goldelico.com>2014-07-22 15:30:20 -0400
committerTony Lindgren <tony@atomide.com>2014-07-23 04:58:58 -0400
commit4318bad2a02dcc678afab376713b1132ca333951 (patch)
tree2580d67ba48ddfdcc26c8e8e249be391ded00f3f
parent91b8457e6853540966960a50573d0e0d20f355ea (diff)
ARM: dts: omap3-gta04: Add twl4030 regulators parameters
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>
-rw-r--r--arch/arm/boot/dts/omap3-gta04.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
index ab58607d51fe..fd34f913ace3 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -346,11 +346,37 @@
346 bb_uamp = <150>; 346 bb_uamp = <150>;
347}; 347};
348 348
349/* spare */
350&vaux1 {
351 regulator-min-microvolt = <2500000>;
352 regulator-max-microvolt = <3000000>;
353};
354
355/* sensors */
356&vaux2 {
357 regulator-min-microvolt = <2800000>;
358 regulator-max-microvolt = <2800000>;
359 regulator-always-on;
360};
361
362/* camera */
363&vaux3 {
364 regulator-min-microvolt = <2500000>;
365 regulator-max-microvolt = <2500000>;
366};
367
368/* WLAN/BT */
349&vaux4 { 369&vaux4 {
350 regulator-min-microvolt = <2800000>; 370 regulator-min-microvolt = <2800000>;
351 regulator-max-microvolt = <3150000>; 371 regulator-max-microvolt = <3150000>;
352}; 372};
353 373
374/* GPS LNA */
375&vsim {
376 regulator-min-microvolt = <2800000>;
377 regulator-max-microvolt = <3150000>;
378};
379
354/* Needed to power the DPI pins */ 380/* Needed to power the DPI pins */
355&vpll2 { 381&vpll2 {
356 regulator-always-on; 382 regulator-always-on;