diff options
author | Marek Belisko <marek@goldelico.com> | 2014-07-22 23:30:20 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-23 12:58:58 +0400 |
commit | 4318bad2a02dcc678afab376713b1132ca333951 (patch) | |
tree | 2580d67ba48ddfdcc26c8e8e249be391ded00f3f /arch/arm/boot/dts/omap3-gta04.dts | |
parent | 91b8457e6853540966960a50573d0e0d20f355ea (diff) | |
download | linux-4318bad2a02dcc678afab376713b1132ca333951.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-gta04.dts')
-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 @@ 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; |