diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-08 10:29:06 -0700 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-08 10:29:35 -0700 | 
| commit | eff019527fa7b27e872d9e2ec35e2487fd71a90a (patch) | |
| tree | 488106de8bbcd28a7ba301c23ded4659290bca55 /arch/arm/mach-omap2/board-omap3h1.c | |
| parent | 388da55ea8ef2b8cf0d0abbbd5d5b6a2739629b9 (diff) | |
| download | olio-linux-3.10-eff019527fa7b27e872d9e2ec35e2487fd71a90a.tar.xz olio-linux-3.10-eff019527fa7b27e872d9e2ec35e2487fd71a90a.zip  | |
Android sleep: USB configuration settings, kernel configuration update.
Change-Id: I9e86827b75affde28311aee144be5ad830dde029
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index 465ead82f8f..aba0cdfa5b1 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -430,7 +430,7 @@ static struct regulator_init_data tps65910_1v8 = {          .max_uV            = 1800000,          .valid_modes_mask  = REGULATOR_MODE_NORMAL | REGULATOR_MODE_IDLE |  REGULATOR_MODE_STANDBY,          .valid_ops_mask    = REGULATOR_CHANGE_MODE,  -        .always_on         = false, +        .always_on         = true,          .apply_uV		   = true,      },      .num_consumer_supplies = ARRAY_SIZE(tps65910_1v8_supply),  |