summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJassi Brar <jaswinder.singh@linaro.org>2012-05-24 22:21:42 +0530
committerAndy Green <andy.green@linaro.org>2012-06-20 12:01:31 +0800
commit442fff4b852489f61780e825a7e03666eb1a8ee5 (patch)
treed70a10a83fa6a6a7c7c0fe7bf3604014385c05dc
parent7bdc530c77f0ba61786c03c736872cb70d6b3678 (diff)
Mark clk32kg always on
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--arch/arm/mach-omap2/twl-common.c1
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 36e05feb92c..3335b76826f 100644
--- a/arch/arm/mach-omap2/twl-common.c
+++ b/arch/arm/mach-omap2/twl-common.c
@@ -311,6 +311,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,
},
};