]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/kernel/omap/panda/0001-panda-fix-wl12xx-regulator.patch
daq: Update to 2.0.4
[ipfire-2.x.git] / src / patches / kernel / omap / panda / 0001-panda-fix-wl12xx-regulator.patch
CommitLineData
d006af40
AF
1From a3abd1593e381deb4b1f358a55069988996eeae4 Mon Sep 17 00:00:00 2001
2From: Robert Nelson <robertcnelson@gmail.com>
3Date: Tue, 2 Aug 2011 21:55:34 -0500
4Subject: [PATCH 1/2] panda: fix wl12xx regulator
5
6pulled from: http://elinux.org/Panda_How_to_kernel_3_0_rel
7
8Signed-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
13diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
14index 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--
261.7.7.6
27