diff options
| author | Evan Wilson <evan@oliodevices.com> | 2016-03-12 17:14:04 -0800 | 
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2016-03-24 01:09:58 -0700 | 
| commit | f42f33f394d8dc600053a578fbc529cd167edb1d (patch) | |
| tree | 031db8af1ff10dcde38a36f96218db9e15e26cf6 /arch/arm/boot/dts | |
| parent | 29ea916b91c9736d3aefdf035e0996c6117c909b (diff) | |
| download | olio-linux-3.10-f42f33f394d8dc600053a578fbc529cd167edb1d.tar.xz olio-linux-3.10-f42f33f394d8dc600053a578fbc529cd167edb1d.zip | |
Adding a new EXT_SLEEP flag
This flag ensures the regulator is in full ACTIVE mode during sleep
Normally the tps65910 regulators go into an IDLE mode during sleep
Change-Id: I30c0025ee1904ac20fec3ced66041f006658b92c
Diffstat (limited to 'arch/arm/boot/dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index 46c6e2d97b1..eb77ae21854 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -429,7 +429,7 @@ dev_pins: pinmux_pv_pins {  			regulator-min-microvolt = <3300000>;  			regulator-max-microvolt = <3300000>;  			regulator-always-on; -			/* ti,regulator-ext-sleep-control = <8>; */ +			ti,regulator-ext-sleep-control = <0x10>;  		};  		/* This one goes to both SPI (for DSS) and touch. How can I |