2012-01-14 23:02:56 +00:00
|
|
|
--- a/arch/arm/mach-omap2/twl-common.c
|
|
|
|
+++ b/arch/arm/mach-omap2/twl-common.c
|
2016-01-12 20:50:41 +00:00
|
|
|
@@ -368,6 +368,7 @@ static struct regulator_init_data omap4_
|
2012-01-14 23:02:56 +00:00
|
|
|
static struct regulator_init_data omap4_clk32kg_idata = {
|
2016-08-22 17:05:45 +00:00
|
|
|
.constraints = {
|
|
|
|
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
|
2012-01-14 23:02:56 +00:00
|
|
|
+ .always_on = true,
|
2016-08-22 17:05:45 +00:00
|
|
|
},
|
2012-01-14 23:02:56 +00:00
|
|
|
};
|
2016-08-22 17:05:45 +00:00
|
|
|
|