~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/linux-3.2-0001-panda-wlan-fix.patch

  • Committer: Dirk Wagner
  • Date: 2014-12-23 08:02:23 UTC
  • mfrom: (4405.56.108)
  • Revision ID: git-v1:601f8347ccb1e9c5e3f250ff26d4097ecd698875
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
2
 
index daa056e..fe03b09 100644
3
 
--- a/arch/arm/mach-omap2/twl-common.c
4
 
+++ b/arch/arm/mach-omap2/twl-common.c
5
 
@@ -261,6 +261,7 @@ static struct regulator_init_data omap4_vusb_idata = {
6
 
 static struct regulator_init_data omap4_clk32kg_idata = {
7
 
        .constraints = {
8
 
                .valid_ops_mask         = REGULATOR_CHANGE_STATUS,
9
 
+               .always_on              = true,
10
 
        },
11
 
 };
12