diff options
| -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>; |