diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-12-02 19:20:36 -0800 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-12-02 19:20:36 -0800 | 
| commit | e6c7eb806df9674bc38e065d7b79ffbca4fd4fb9 (patch) | |
| tree | 21ded29ab1789be7a42e69651ce7bdef50164180 | |
| parent | 3c68bb7d91a4cada502bc4e0825cde694f5f6364 (diff) | |
| download | olio-linux-3.10-e6c7eb806df9674bc38e065d7b79ffbca4fd4fb9.tar.xz olio-linux-3.10-e6c7eb806df9674bc38e065d7b79ffbca4fd4fb9.zip | |
Turning all tps features on in device tree.
Change-Id: Id35bc5743c7f5865a27e587e7b1ce3b7abba74dc
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index 40964563a1e..72f1bf0f11b 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -301,9 +301,7 @@  	/* This is from HEAD */  	/* ti,en-ck32k-xtal; */ -	/* ti,en-dev-slp; */ -	/* ti,sleepsig-pol; */ -	/* ti,clkout32k-keepon; */ +  	/* set SR_CTL_I2C_SEL - access to smartreflex registers by control i2c */  	/* ti,system-power-controller; */ @@ -311,9 +309,12 @@  	/* crystal oscillator is installed on the board */  	ti,en-ck32k-xtal; +	ti,en-dev-slp; +	ti,sleepsig-pol; +	ti,clkout32k-keepon;  	/* set SR_CTL_I2C_SEL - access to smartreflex registers by control i2c */ -	/* ti,system-power-controller; */ +	ti,system-power-controller;  	vcc1-supply = <&vbat>;  	vcc2-supply = <&vbat>; |