diff options
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dts | 26 |
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; |