From be1b78afbe1a2beb0f10b4ca285b82e6309f898f Mon Sep 17 00:00:00 2001 From: mattis fjallstrom Date: Thu, 11 Jun 2015 03:50:58 -0700 Subject: Making sure that the regulator for BT is always on (until we can fix the driver). Change-Id: Ib3412bef071ffa4005a29a7739027d0286ee2230 --- arch/arm/mach-omap2/board-omap3h1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3-70-g09d2