diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-11 03:50:58 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-11 03:50:58 -0700 |
| commit | be1b78afbe1a2beb0f10b4ca285b82e6309f898f (patch) | |
| tree | f0a4c3f207be5190059a9b3b9c4e0c86fb54dea7 | |
| parent | 4327a86ff9a7e6af17d12dcc6c762911f2d3f155 (diff) | |
| download | olio-linux-3.10-be1b78afbe1a2beb0f10b4ca285b82e6309f898f.tar.xz olio-linux-3.10-be1b78afbe1a2beb0f10b4ca285b82e6309f898f.zip | |
Making sure that the regulator for BT is always on (until we can fix the driver).
Change-Id: Ib3412bef071ffa4005a29a7739027d0286ee2230
| -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 a3fc2d10bc8..54cf6126f10 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -390,7 +390,7 @@ static struct regulator_init_data tps65910_3v3 = { .valid_modes_mask = REGULATOR_MODE_NORMAL | REGULATOR_MODE_STANDBY, .valid_ops_mask = REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS, - .always_on = false, + .always_on = true, .apply_uV = true, .state_mem = { |