From 70fa21fa8918eaa6eb4e7bc98be328412804f52c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 2 Aug 2011 21:55:34 -0500 Subject: [PATCH 1/3] panda: fix wl12xx regulator pulled from: http://elinux.org/Panda_How_to_kernel_3_0_rel Signed-off-by: Robert Nelson --- arch/arm/mach-omap2/twl-common.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c index 10b20c6..5a1f23a 100644 --- a/arch/arm/mach-omap2/twl-common.c +++ b/arch/arm/mach-omap2/twl-common.c @@ -281,6 +281,7 @@ static struct regulator_init_data omap4_vusb_idata = { static struct regulator_init_data omap4_clk32kg_idata = { .constraints = { .valid_ops_mask = REGULATOR_CHANGE_STATUS, + .always_on = true, }, }; -- 1.7.7.4