diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-09-04 12:16:56 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-09-04 12:16:56 -0700 |
| commit | dd46a9cf6addb2f92778a8e9a39b387f96613a67 (patch) | |
| tree | 4ce905200de14eec146034cf720213e0a83278b1 | |
| parent | fb1ddf7bcf2a8ad5a329ed05d2c3500d61e2e44e (diff) | |
| download | olio-linux-3.10-dd46a9cf6addb2f92778a8e9a39b387f96613a67.tar.xz olio-linux-3.10-dd46a9cf6addb2f92778a8e9a39b387f96613a67.zip | |
Turning USB chip off during sleep, saving 0.5mA.
Change-Id: If41c47a31f2a031785a6230e832ef280579af4ef
| -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 b8c949698ae..ab2a48631e4 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -207,7 +207,7 @@ dev_pins: pinmux_pv_pins { pinctrl-single,pins = < - 0x5b2 0x004 /* USB control, ETK_D3, MODE4 | OUTPUT */ + 0x5b2 0x204 /* USB control, ETK_D3, MODE4 | OUTPUT */ /* 0x1a2 0x104 */ /* ALS interrupt, input, GPIO */ 0x086 0x004 /* DRV2605 vibrator, output, GPIO */ /* 0x938 0x104 */ /* Battery state, input, GPIO */ |