]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/kernel/omap/panda/0001-panda-fix-wl12xx-regulator.patch
Merge remote-tracking branch 'stevee/squid-zph-qos' into beyond-next
[people/teissler/ipfire-2.x.git] / src / patches / kernel / omap / panda / 0001-panda-fix-wl12xx-regulator.patch
1 From a3abd1593e381deb4b1f358a55069988996eeae4 Mon Sep 17 00:00:00 2001
2 From: Robert Nelson <robertcnelson@gmail.com>
3 Date: Tue, 2 Aug 2011 21:55:34 -0500
4 Subject: [PATCH 1/2] panda: fix wl12xx regulator
5
6 pulled from: http://elinux.org/Panda_How_to_kernel_3_0_rel
7
8 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
9 ---
10 arch/arm/mach-omap2/twl-common.c | 1 +
11 1 files changed, 1 insertions(+), 0 deletions(-)
12
13 diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
14 index e49b40b..0fd1a70 100644
15 --- a/arch/arm/mach-omap2/twl-common.c
16 +++ b/arch/arm/mach-omap2/twl-common.c
17 @@ -360,6 +360,7 @@ static struct regulator_init_data omap4_vusb_idata = {
18 static struct regulator_init_data omap4_clk32kg_idata = {
19 .constraints = {
20 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
21 + .always_on = true,
22 },
23 };
24
25 --
26 1.7.7.6
27