From: Marek Belisko Date: Tue, 22 Jul 2014 19:30:20 +0000 (+0200) Subject: ARM: dts: omap3-gta04: Add twl4030 regulators parameters X-Git-Tag: firefly_0821_release~176^2~3110^2~8^2~24^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4318bad2a02dcc678afab376713b1132ca333951;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Tony Lindgren --- 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;