mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
4e18d70247
This patchset is managed in https://github.com/beagleboard/kernel/tree/beagleboard-3.2 by Robert Nelson and myself. Tested on beagleboard-xM/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
28 lines
853 B
Diff
28 lines
853 B
Diff
From 70fa21fa8918eaa6eb4e7bc98be328412804f52c Mon Sep 17 00:00:00 2001
|
|
From: Robert Nelson <robertcnelson@gmail.com>
|
|
Date: Tue, 2 Aug 2011 21:55:34 -0500
|
|
Subject: [PATCH 1/3] panda: fix wl12xx regulator
|
|
|
|
pulled from: http://elinux.org/Panda_How_to_kernel_3_0_rel
|
|
|
|
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
|
---
|
|
arch/arm/mach-omap2/twl-common.c | 1 +
|
|
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 10b20c6..5a1f23a 100644
|
|
--- a/arch/arm/mach-omap2/twl-common.c
|
|
+++ b/arch/arm/mach-omap2/twl-common.c
|
|
@@ -281,6 +281,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,
|
|
},
|
|
};
|
|
|
|
--
|
|
1.7.7.4
|
|
|